Wrap around main nav when it is too wide
This commit is contained in:
parent
1f925cc1ec
commit
8669d7199d
|
@ -83,7 +83,7 @@ ul {
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-flow: column wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
&.nav-main {
|
&.nav-main {
|
||||||
|
|
Loading…
Reference in New Issue