From 32ab93e3d45847ff53b40f7fc2d9bb3093f283d1 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 9 Jan 2023 14:50:07 -0800 Subject: [PATCH] fix nav bar positioning Signed-off-by: Arthur Lu --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index fa6a696..0f1d55f 100644 --- a/css/style.css +++ b/css/style.css @@ -66,6 +66,10 @@ p { .nav { background-color: #00ff00; + overflow: hidden; + margin-left: auto; + margin-right: auto; + width: fit-content; } nav a {