From 14953657ecccf188035c372a08123aeb1837452b Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Wed, 30 Aug 2023 23:59:11 +0300 Subject: [PATCH] Fixed error page width on mobile --- src/styles/FourOuFour.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/FourOuFour.module.scss b/src/styles/FourOuFour.module.scss index f3c6b86f..09a87b79 100644 --- a/src/styles/FourOuFour.module.scss +++ b/src/styles/FourOuFour.module.scss @@ -44,7 +44,7 @@ .errorText { font-weight: 300; left: 52px; - margin-bottom: 1em; + margin: 0 60px 1em 0; position: relative; top: -2.25em;