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 388912f8a5
commit 32ab93e3d4

View File

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