From d6ebbfcb20d56859055ab4d40b913cd04e10aa66 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Tue, 16 Aug 2022 23:04:17 +0100 Subject: [PATCH] Update CSS. --- base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base.css b/base.css index c692b12..1f0db9c 100644 --- a/base.css +++ b/base.css @@ -33,6 +33,7 @@ main{ position: fixed; top: 0; width: 100%; + height: 68px; z-index: 100; border-style: solid; border-width: 0 0 2px; @@ -40,7 +41,7 @@ main{ .home-button, .sort-button{ display: inline-block; width: 84px; - height: 62px; + height: 66px; overflow: hidden; text-align: center; } @@ -114,7 +115,7 @@ main{ } .menu a{ display: block; - padding: 20px 18px; + padding: 24px 16px; } .hmb{ cursor: pointer;