first-entry : reduce bottom margin

This commit is contained in:
Aditya Telange 2020-08-28 17:16:35 +05:30
parent f40842915e
commit 813b590e19
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -6,7 +6,7 @@
flex-direction: column;
justify-content: center;
height: 320px;
margin-bottom: var(--header-height);
margin-bottom: var(--gap);
}
@media screen and (max-width: 600px) {