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;