Merge pull request #1557

404 page: add more responsiveness
This commit is contained in:
luigi1111 2021-04-06 11:34:37 -05:00 committed by GitHub
commit 70d5078604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4432,12 +4432,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%;
}
}