Fix error.css

This commit is contained in:
Wirlaburla 2023-05-10 16:27:00 -05:00
parent d474177b27
commit 3de500a673

View File

@ -1,8 +1,8 @@
div.error-container > p, body > h1 { .error-container p, .error-container h1 {
text-align: center; text-align: center;
} }
div.error-container > img { .error-container img {
display: block; display: block;
max-height: 512px; max-height: 512px;
margin: auto; margin: auto;