Files
worlio-themes/core/css/error.css

10 lines
158 B
CSS
Raw Normal View History

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