navbar resized to 20rem

This commit is contained in:
infidel 2022-04-12 17:12:18 +07:00
parent dd4bd719c5
commit 08972fcb7e

View File

@ -322,7 +322,7 @@ caption {
} }
.intro-and-nav { .intro-and-nav {
font-size: 1rem; font-size: 1rem;
width: 15rem; width: 20rem;
height: 100vh; height: 100vh;
position: fixed; position: fixed;
top: 0; top: 0;
@ -355,7 +355,7 @@ caption {
max-width: 25rem; max-width: 25rem;
} }
.main-and-footer { .main-and-footer {
margin-left: 15rem; margin-left: 20rem;
} }
.main-and-footer > div { .main-and-footer > div {
max-width: 55rem; max-width: 55rem;