diff --git a/components/Navigation/Navigation.module.scss b/components/Navigation/Navigation.module.scss index 3b409a8..25e79a9 100644 --- a/components/Navigation/Navigation.module.scss +++ b/components/Navigation/Navigation.module.scss @@ -91,7 +91,7 @@ display: none; } -@media screen and (max-width: 800px) { +@media screen and (max-width: 860px) { .nav { height: 3rem; } @@ -101,6 +101,12 @@ .mobile { display: inherit; } + .menumobile { + padding: 0 1rem; + } + .logoutmobile { + padding: 0 1rem; + } } /* FOR TESTING MOBILE NAV WITHOUT DEVTOOLS */ diff --git a/components/Navigation/Navigation.tsx b/components/Navigation/Navigation.tsx index 2dec81d..85da3c7 100644 --- a/components/Navigation/Navigation.tsx +++ b/components/Navigation/Navigation.tsx @@ -27,7 +27,10 @@ const Navigation = () => { ); })} -