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; +}