From 3bf49a6871a5e4abe078ec4d585b3a07c6c51915 Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 17 Apr 2026 16:19:37 -0700 Subject: [PATCH] change nav spacing --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 979b457..b8365c1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -601,7 +601,7 @@ nav a { nav ul ul { display: none; position: absolute; - top: 57px; /* Adjust the height of the main nav */ + top: 60px; /* Adjust the height of the main nav */ background-color: #151f29; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;