Move stuff down a bit

This commit is contained in:
Parker M. 2023-10-18 12:56:52 -05:00
parent ca87cb1480
commit 5ea3eda7dd
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.container { .container {
position: absolute; position: absolute;
top: 50%; top: 60%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }

View File

@ -162,7 +162,7 @@ header h2 {
} }
.icons { .icons {
margin-top: 2.604vw; margin-top: 3vw;
} }
.icons i { .icons i {