Wrap around main nav when it is too wide

This commit is contained in:
Luca 2020-11-27 23:08:16 +01:00
parent 1f925cc1ec
commit 8669d7199d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ul {
.nav {
display: flex;
flex-direction: column;
flex-flow: column wrap;
justify-content: space-between;
&.nav-main {