From 3de500a6739b77c5cf491dbf821545384aad0dab Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 10 May 2023 16:27:00 -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 63be8b5..dcf364b 100644 --- a/css/error.css +++ b/css/error.css @@ -1,8 +1,8 @@ -div.error-container > p, body > h1 { +.error-container p, .error-container h1 { text-align: center; } -div.error-container > img { +.error-container img { display: block; max-height: 512px; margin: auto;