From d474177b271106c6c6de4d4e2d9f037872e2b0fe Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 10 May 2023 16:23:49 -0500 Subject: [PATCH] Fix error.css --- css/error.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/error.css b/css/error.css index 7aa9020..63be8b5 100644 --- a/css/error.css +++ b/css/error.css @@ -1,8 +1,8 @@ -body > p, body > h1 { +div.error-container > p, body > h1 { text-align: center; } -body > img { +div.error-container > img { display: block; max-height: 512px; margin: auto;