Files
worlio-themes/css/error.css

9 lines
155 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 {
max-height: 80%;
max-width: 80%;
2023-05-10 16:14:57 -05:00
}