From 1a55a5bdb8877da8fbcb853e448dad699aba1584 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Mon, 13 Nov 2023 21:28:21 +0300 Subject: [PATCH] Fixed error page style --- src/styles/FourOuFour.module.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/FourOuFour.module.scss b/src/styles/FourOuFour.module.scss index 09a87b79..683b078b 100644 --- a/src/styles/FourOuFour.module.scss +++ b/src/styles/FourOuFour.module.scss @@ -1,12 +1,11 @@ .errorPageWrapper { height: 100vh; - margin: -120px 0 -2em; - padding-top: 100px; + padding-top: 60px; } .errorPage { position: relative; - top: 35%; + top: 37%; transform: translateY(-50%); .image-link:hover {