From 0b09c90abc20a4f7954502d5e973739fd03304fb Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 10 May 2023 16:29:54 -0500 Subject: [PATCH] tinker with error.css some more --- css/error.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/error.css b/css/error.css index dcf364b..eced4c4 100644 --- a/css/error.css +++ b/css/error.css @@ -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; } \ No newline at end of file