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