fix nav bar positioning

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-01-09 14:50:07 -08:00
parent 9fe86b0317
commit 941e135762

View File

@ -66,6 +66,10 @@ p {
.nav { .nav {
background-color: #00ff00; background-color: #00ff00;
overflow: hidden;
margin-left: auto;
margin-right: auto;
width: fit-content;
} }
nav a { nav a {