squidge landing content up a smidge

This commit is contained in:
ktyl 2022-01-02 01:04:21 +00:00
parent 0f0c221472
commit df0792d77c
1 changed files with 10 additions and 3 deletions

View File

@ -52,10 +52,17 @@
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.landing.page { .landing.page {
position: fixed; position: fixed;
margin: 0; margin: 0;
padding: 20% 0 0 0; padding: 0;
height: 100%; height: 100%;
} }
.landing.page .socials {
top: .5em;
bottom: 0;
}
.landing.page .socials i {
font-size: 3em;
}
} }