From 89374e2457ea0f095a14c875b2045d3c3d88ae98 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 18:46:03 -0600 Subject: [PATCH] more --- src/styles/navpanel.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/navpanel.scss b/src/styles/navpanel.scss index 8361ba3..ba5f855 100644 --- a/src/styles/navpanel.scss +++ b/src/styles/navpanel.scss @@ -1,6 +1,6 @@ .mobile-main-heading-hide { position: fixed; - top: 55px; + top: 65px; left: 0px; background-color: #fff; width: 100%; @@ -15,7 +15,7 @@ .mobile-main-heading-show { position: fixed; - top: 55px; + top: 65px; left: 0px; background-color: #fff; width: 100%; @@ -30,7 +30,7 @@ .mobile-heading-wrapper { position: fixed; - top: 55px; + top: 65px; right: 0px; background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan); width: 0px; @@ -46,7 +46,7 @@ .mobile-heading-wrapper1 { position: fixed; - top: 70px; + top: 65px; right: 0px; background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan); width: 430px;