worlio-themes/core/css/error.css

10 lines
163 B
CSS
Raw Permalink Normal View History

2023-05-10 18:09:25 -04:00
.error-container p, .error-container h1 {
text-align: center;
2023-05-11 21:50:40 -04:00
font-family: var(--primary-font);
2023-05-10 18:09:25 -04:00
}
.error-container img {
max-height: 80vh;
max-width: 80vw;
}