main: fix to nav

This commit is contained in:
Gary 2024-02-16 14:47:27 -08:00
parent 80f9458238
commit 432b853900

View File

@ -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;
}