From 0755f993684ebf78a6ff044f86cd8aab2c527124 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 9 Jan 2023 15:29:36 -0800 Subject: [PATCH] add some margin to nav bar 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 358906b..443caee 100644 --- a/css/style.css +++ b/css/style.css @@ -68,4 +68,8 @@ p { background-color: black; color: white; border: solid white 1px; +} + +nav { + margin: 20px 0px 20px 0px; } \ No newline at end of file