Make navbar more responsive (patch by @pranav)

This commit is contained in:
Arya Kiran 2022-09-30 18:11:59 +05:30
parent fe29956db7
commit dd64484b24
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 10 additions and 1 deletions

View File

@ -14,8 +14,17 @@ header {
justify-content:space-between;
align-items:center;
white-space:nowrap;
flex-wrap: wrap;
}
nav {display:inline-block;}
nav {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
gap: 1rem;
}
nav li {
display:inline-block no;
margin-right:20px;