From eb189e72590a6e7f9df4db89e0b2e5ea7a9ef93f Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 18:42:02 -0600 Subject: [PATCH] more --- src/styles/navpanel.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/navpanel.scss b/src/styles/navpanel.scss index cedf3d3..8361ba3 100644 --- a/src/styles/navpanel.scss +++ b/src/styles/navpanel.scss @@ -30,7 +30,7 @@ .mobile-heading-wrapper { position: fixed; - top: 70px; + top: 55px; right: 0px; background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan); width: 0px; @@ -68,7 +68,7 @@ } .mobile-info-box { - height: 680px; + height: 440px; background: linear-gradient(to left, rgba(245, 246, 252, 0.52), cyan); }