Files
worlio-themes/css/error.css

10 lines
158 B
CSS
Raw Normal View History

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