worlio-themes/css/error.css

9 lines
142 B
CSS
Raw Normal View History

2023-05-10 17:23:49 -04:00
div.error-container > p, body > h1 {
2023-05-10 17:14:57 -04:00
text-align: center;
}
2023-05-10 17:23:49 -04:00
div.error-container > img {
2023-05-10 17:14:57 -04:00
display: block;
max-height: 512px;
margin: auto;
}