404 page: add more responsiveness

This commit is contained in:
alreadyburnt 2021-04-06 06:10:48 +02:00 committed by GitHub
parent 087eb8e9b5
commit 3d274bde54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4437,12 +4437,19 @@ p.hangouts-social {
margin-top: 5%;
}
@media only screen and (max-width: 62rem) {
#fourofour {
margin-top: 25%;
}
}
@media only screen and (max-width: 48rem) {
#fourofour {
font-weight: bold;
font-size: 8rem;
margin-top: 25%;
}
}