From 8c249236ee9d0849fa1af73a01c7a6911095b283 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:19 -0400 Subject: [PATCH] Unbork mobile nav --- components/Navigation.tsx | 52 ++++++++++++++++++--------------------- index.css | 2 +- 2 files changed, 25 insertions(+), 29 deletions(-) diff --git a/components/Navigation.tsx b/components/Navigation.tsx index 568f08b..db86985 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -68,20 +68,13 @@ export default function (props: { return ( <> - - @@ -104,26 +97,29 @@ export default function (props: { - - - - About Us - - - Our Team - - - Support - - - Moderation - - - + + + About Us + + + Our Team + + + Support + + + Moderation + +
diff --git a/index.css b/index.css index 956f830..ba35556 100644 --- a/index.css +++ b/index.css @@ -84,6 +84,6 @@ button:focus-visible { @media (max-width: 1280px) { .nav-links { - display: none; + display: none !important; } }