Files
worlio-themes/core/css/error.css
2025-03-12 11:00:01 -04:00

10 lines
163 B
CSS

.error-container p, .error-container h1 {
text-align: center;
font-family: var(--primary-font);
}
.error-container img {
max-height: 80vh;
max-width: 80vw;
}