worlio-themes/css/error.css
2023-05-11 20:50:40 -05: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;
}