From 25555da4cd4b8577358d821a5feb092231261469 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 7 Sep 2023 01:53:29 +0300 Subject: [PATCH] Header navigation fix --- src/components/Nav/Header/Header.module.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Nav/Header/Header.module.scss b/src/components/Nav/Header/Header.module.scss index 569f8f80..2bf2a521 100644 --- a/src/components/Nav/Header/Header.module.scss +++ b/src/components/Nav/Header/Header.module.scss @@ -104,11 +104,6 @@ max-width: 100% !important; padding: 0 !important; } - - &:not(.usernavEditor) { - flex: 0 0 40% !important; - max-width: 400px !important; - } } .mainNavigationWrapper {