Update Errors

This commit is contained in:
2023-05-10 17:09:25 -05:00
parent 3d3784eb2a
commit ae377f1414
13 changed files with 332 additions and 0 deletions

9
css/error.css Normal file
View File

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