2
0
Fork 0
inspin.io/assets/style/pages/error.css

22 lines
307 B
CSS
Raw Normal View History

2024-08-15 12:28:47 +00:00
.gaffe {
padding: 16vh 0 4vh 0;
text-align: center;
h1 {
font-size: 2.5rem;
font-weight: 700;
margin: 0 0 .5rem .25rem;
}
h2 {
font-size: 1.75rem;
font-weight: 600;
margin: 0 0 0 .25rem;
}
}
@media only screen and (--viewport-4) {
.gaffe {
padding: 16vh 0;
}
}