Fix menu wrapping

This commit is contained in:
Kelvin Ly 2019-12-04 22:45:01 -05:00
parent cc7055601d
commit 08b7e25d61
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ a {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex; justify-content: flex;
flex-wrap: wrap;
} }
.nav-item { .nav-item {