From 9b82cff0881324b25ce9bc7f09410bf878438f95 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 10 May 2023 17:02:05 -0500 Subject: [PATCH] last time messing with error.css, i swear! --- css/error.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/error.css b/css/error.css index eced4c4..25e823b 100644 --- a/css/error.css +++ b/css/error.css @@ -4,6 +4,6 @@ } .error-container img { - max-height: 80vh; - max-width: 80vw; + max-height: 80%; + max-width: 80%; } \ No newline at end of file