From f37b724f9572ffba3fcbfc432a23775414303a60 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Mon, 30 May 2022 01:52:46 -0700 Subject: [PATCH] Centered event --- css/general.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/general.css b/css/general.css index 4cb5779..372dccd 100644 --- a/css/general.css +++ b/css/general.css @@ -142,7 +142,7 @@ nav li a:focus::after{ position: fixed; width: 100%; height: 250px; - margin-top: 60px; + margin-top: 58px; margin-right: 0; background: rgb(24, 24, 24); top: -100%; @@ -240,8 +240,7 @@ nav li a:focus::after{ } #entrance-arrow { - max-height: 90px; - max-width: 35px; + width: 50px; height: 50px; position: absolute; bottom: 10px;