|
|
|
|
|
by ehutch79
2082 days ago
|
|
Nope. You're probably abusing flexbox. This layout: | HEADER |
|Nav|Content|Sidebar|
| Footer | is more what we're talking about. You could do that, but it's not what flexbox was meant for. Try grid out. It will work easier for grid like layouts. |
|