mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
404 page: add more responsiveness
This commit is contained in:
parent
087eb8e9b5
commit
3d274bde54
1 changed files with 8 additions and 1 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue