mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-21 17:20:39 +02:00
404 page: add more responsiveness
This commit is contained in:
parent
087eb8e9b5
commit
3d274bde54
@ -4437,12 +4437,19 @@ p.hangouts-social {
|
|||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 62rem) {
|
||||||
|
|
||||||
|
#fourofour {
|
||||||
|
margin-top: 25%;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 48rem) {
|
@media only screen and (max-width: 48rem) {
|
||||||
|
|
||||||
#fourofour {
|
#fourofour {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 8rem;
|
font-size: 8rem;
|
||||||
margin-top: 25%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user