fix: Prevent navigation sidebar from shrinking

This commit is contained in:
Dendy 2024-02-24 14:12:32 +01:00
parent 99c3469597
commit 31cf2b5f2c
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ body > main {
body > main > nav {
background-color: black;
flex-shrink: 0;
}
body > main > nav ul {
list-style-type: none;