changed mobile menu

This commit is contained in:
2025-08-17 18:34:41 -07:00
parent 5d5ed1155b
commit bdf94ca421

View File

@@ -697,8 +697,7 @@ main {
border-right: none; border-right: none;
border-top: 1px solid var(--current-border); border-top: 1px solid var(--current-border);
} }
/*
/* Mobile menu adjustments */
.nav-container { .nav-container {
flex-direction: column; flex-direction: column;
gap: 1rem; gap: 1rem;
@@ -714,7 +713,6 @@ main {
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
.dropdown { .dropdown {
position: static; position: static;
width: 100%; width: 100%;
@@ -749,4 +747,5 @@ main {
margin-left: 0; margin-left: 0;
margin-top: 0.5rem; margin-top: 0.5rem;
} }
*/
} }