From bc0cf9ef2a91cdb5140e80c2a81940daf7e85319 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 27 Jul 2023 00:10:00 +0300 Subject: [PATCH] Fixed article header width --- src/components/Nav/Header.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Nav/Header.module.scss b/src/components/Nav/Header.module.scss index 3b0e82b2..c78ce888 100644 --- a/src/components/Nav/Header.module.scss +++ b/src/components/Nav/Header.module.scss @@ -95,9 +95,9 @@ .usernav { display: inline-flex; - flex: 0 0 30% !important; + flex: 0 0 40% !important; font-weight: 500; - max-width: 250px !important; + max-width: 400px !important; position: relative; @include media-breakpoint-down(md) {