From abd0ab7ccf019ed6bb666937197d8803cb55a059 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Mon, 27 Nov 2023 23:56:26 +0300 Subject: [PATCH] Fixed header line on mobile --- src/components/Nav/Header/Header.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Nav/Header/Header.module.scss b/src/components/Nav/Header/Header.module.scss index d4e0a5c1..b670f19e 100644 --- a/src/components/Nav/Header/Header.module.scss +++ b/src/components/Nav/Header/Header.module.scss @@ -61,6 +61,10 @@ border-bottom: 2px solid #000; } } + + > * { + margin-bottom: 0 !important; + } } .mainLogo {