From def79c162cfbea305bbe7af86e55d30e55ab697b Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Fri, 30 Dec 2022 13:45:45 +0100 Subject: [PATCH] fix navbar offsets --- components/Navigation/Navigation.module.scss | 8 +++++++- components/Navigation/Navigation.tsx | 7 +++++-- 2 files changed, 12 insertions(+), 3 deletions(-) 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 = () => { ); })} -
+
{/* TUTAJ WSTAWIĆ IKONKĘ PÓŹNIEJ */}
@@ -68,7 +71,7 @@ const Navigation = () => { {!isLoading && user && (