From 34d34f63000b185901599946d8b86b85f8a0406f Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:23 -0400 Subject: [PATCH] Move nav style back to global stylesheet --- components/Navigation.tsx | 7 ------- index.css | 6 ++++++ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/components/Navigation.tsx b/components/Navigation.tsx index d8ae98c..e4e8f29 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -68,13 +68,6 @@ export default function (props: { return ( <> - diff --git a/index.css b/index.css index ba35556..dfd5912 100644 --- a/index.css +++ b/index.css @@ -87,3 +87,9 @@ button:focus-visible { display: none !important; } } + +@media (min-width: 1281px) { + #nav_menu { + display: none; + } +}