worlio-themes/css/error.css

9 lines
157 B
CSS
Raw Normal View History

2023-05-10 17:27:00 -04:00
.error-container p, .error-container h1 {
2023-05-10 17:14:57 -04:00
text-align: center;
2023-05-10 17:29:54 -04:00
font-family: var(--spfont1);
2023-05-10 17:14:57 -04:00
}
2023-05-10 17:27:00 -04:00
.error-container img {
2023-05-10 17:29:54 -04:00
max-height: 80vh;
max-width: 80vw;
2023-05-10 17:14:57 -04:00
}