Centered event

This commit is contained in:
James Dinh 2022-05-30 01:52:46 -07:00
parent dd1a185729
commit f37b724f95

View File

@ -142,7 +142,7 @@ nav li a:focus::after{
position: fixed; position: fixed;
width: 100%; width: 100%;
height: 250px; height: 250px;
margin-top: 60px; margin-top: 58px;
margin-right: 0; margin-right: 0;
background: rgb(24, 24, 24); background: rgb(24, 24, 24);
top: -100%; top: -100%;
@ -240,8 +240,7 @@ nav li a:focus::after{
} }
#entrance-arrow { #entrance-arrow {
max-height: 90px; width: 50px;
max-width: 35px;
height: 50px; height: 50px;
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;