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); }