tinker with error.css some more

This commit is contained in:
Wirlaburla 2023-05-10 16:29:54 -05:00
parent 3de500a673
commit 0b09c90abc

View File

@ -1,9 +1,9 @@
.error-container p, .error-container h1 {
text-align: center;
font-family: var(--spfont1);
}
.error-container img {
display: block;
max-height: 512px;
margin: auto;
max-height: 80vh;
max-width: 80vw;
}