From 31f315c9ccb0c8592cd938bc7ceeb0ff40bbfff8 Mon Sep 17 00:00:00 2001 From: devartes Date: Thu, 12 Jan 2023 09:00:52 -0300 Subject: [PATCH] =?UTF-8?q?style(Header.module.scss):=20corre=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20width=20do=20menu=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header/Header.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header/Header.module.scss b/src/components/Header/Header.module.scss index 93427ed..0e7899f 100644 --- a/src/components/Header/Header.module.scss +++ b/src/components/Header/Header.module.scss @@ -237,7 +237,7 @@ header { transition: 0.5s ease-in-out; } @media (max-width: 376px) { - width: 98.62%; + width: 98.834%; } } & .List__Cart {