add some margin to nav bar

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-01-09 15:29:36 -08:00
parent eed1678b90
commit 0755f99368

View File

@ -68,4 +68,8 @@ p {
background-color: black; background-color: black;
color: white; color: white;
border: solid white 1px; border: solid white 1px;
}
nav {
margin: 20px 0px 20px 0px;
} }