fix: Prevent navigation sidebar from shrinking
This commit is contained in:
parent
99c3469597
commit
31cf2b5f2c
|
@ -69,6 +69,7 @@ body > main {
|
|||
|
||||
body > main > nav {
|
||||
background-color: black;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
body > main > nav ul {
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Reference in New Issue