From 8e4fff4324c650f030bcf9f1b56f3d5040a8fb95 Mon Sep 17 00:00:00 2001 From: DrR0X-glitch Date: Wed, 29 Nov 2023 09:54:41 +1100 Subject: [PATCH] Added margin on left of image and centered button text --- 404.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/404.html b/404.html index f4c5447..72d27be 100644 --- a/404.html +++ b/404.html @@ -28,6 +28,7 @@ #error-image { max-width: 100%; width: 50%; + margin-left: 30px; margin-right: 30px; } @@ -75,6 +76,7 @@ display: flex; align-items: center; justify-content: center; + text-align: center; padding: 20px; font-size: 1.5rem; text-decoration: none;