From bdf94ca4216343e39e2ef86526d57fe5425df7c8 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 17 Aug 2025 18:34:41 -0700 Subject: [PATCH] changed mobile menu --- src/styles/styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/styles.css b/src/styles/styles.css index a3ee1ae..806cd59 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -697,8 +697,7 @@ main { border-right: none; border-top: 1px solid var(--current-border); } - - /* Mobile menu adjustments */ +/* .nav-container { flex-direction: column; gap: 1rem; @@ -714,7 +713,6 @@ main { width: 100%; text-align: center; } - .dropdown { position: static; width: 100%; @@ -749,4 +747,5 @@ main { margin-left: 0; margin-top: 0.5rem; } + */ }