From 432b85390034adb3833628d73d502bf19b84e435 Mon Sep 17 00:00:00 2001 From: Gary Date: Fri, 16 Feb 2024 14:47:27 -0800 Subject: [PATCH] main: fix to nav --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 27f67bd..145a96c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -285,7 +285,7 @@ nav a { nav ul ul { display: none; position: absolute; - top: 80px; /* Adjust the height of the main nav */ + top: 75px; /* Adjust the height of the main nav */ background-color: black; }