From 45da77f20dae44579f476c26aaec7193f717caf5 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 10 May 2023 17:05:42 -0500 Subject: [PATCH] Revert --- css/error.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/error.css b/css/error.css index 25e823b..1c0105f 100644 --- a/css/error.css +++ b/css/error.css @@ -4,6 +4,6 @@ } .error-container img { - max-height: 80%; - max-width: 80%; -} \ No newline at end of file + max-height: 80vh; + max-width: 80vw; +}