From 07294782bdadbdf8b167860f3fc62f68c974c97a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Dec 2025 16:13:24 -0500 Subject: fix nav on mobile --- src/styles/window.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/styles/window.css b/src/styles/window.css index 4adfcf0..fc229cb 100644 --- a/src/styles/window.css +++ b/src/styles/window.css @@ -58,17 +58,12 @@ .nav { display: flex; + flex-direction: column; gap: 10px; justify-content: center; padding: 20px; } - @media (min-width:480px) { - .nav { - flex-direction: column; - } - - } @media (min-width:801px) { .nav { flex-direction: row; -- cgit v1.2.3