Let navbar items wrap on narrow screen

This commit is contained in:
Cinnamon 2020-01-31 16:34:37 -08:00
parent 753b4512f7
commit b34fce33c2
1 changed files with 3 additions and 1 deletions

View File

@ -392,13 +392,15 @@ label {
nav > ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0;
padding: 0;
}
nav > ul > li {
list-style: none;
margin-right: var(--milli);
}
.profile {