From ca43b1baca16f0b40814fb745ede84b5981f49b0 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Fri, 3 Nov 2023 01:59:01 +0300 Subject: [PATCH] Fixed close control position in the narrow modal --- src/components/Nav/Modal/Modal.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nav/Modal/Modal.module.scss b/src/components/Nav/Modal/Modal.module.scss index 54e71ee7..2bf290fe 100644 --- a/src/components/Nav/Modal/Modal.module.scss +++ b/src/components/Nav/Modal/Modal.module.scss @@ -76,7 +76,7 @@ } .modalInner { - padding: 3.8rem 2rem 2rem; + padding: 0; } } }