mirror of
https://github.com/PretendoNetwork/website.git
synced 2025-04-02 11:11:50 -04:00
24 lines
No EOL
421 B
CSS
24 lines
No EOL
421 B
CSS
.status {
|
|
text-align: center;
|
|
font-size: 8rem;
|
|
padding-top: 60px;
|
|
color: var(--text-shade-1);
|
|
}
|
|
.description {
|
|
text-align: center;
|
|
font-size: 1.7rem;
|
|
margin-top: -10px;
|
|
color: var(--text-shade-1);
|
|
}
|
|
.shocked-bandwidth {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-top: 70px;
|
|
margin-bottom: -120px;
|
|
}
|
|
@media screen and (max-width: 900px) {
|
|
.shocked-bandwidth {
|
|
margin-bottom: -100px;
|
|
}
|
|
} |