From 42f578d5a369939f79bf9a7ef94a2bf39f9d2b7f Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Wed, 17 Aug 2022 00:19:53 +0100 Subject: [PATCH] Fix CSS again! --- base.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 1f0db9c..756ca33 100644 --- a/base.css +++ b/base.css @@ -33,7 +33,6 @@ main{ position: fixed; top: 0; width: 100%; - height: 68px; z-index: 100; border-style: solid; border-width: 0 0 2px; @@ -163,7 +162,7 @@ main{ box-sizing: content-box; position: fixed; text-align: center; - top: 66px; + top: 70px; left: 20px; max-height: 100%; width: 230px; @@ -300,7 +299,7 @@ main{ margin: 10px; } } -@media (min-width: 660px){ +@media (min-width: 680px){ .nav{ max-height: none; top: 0;