From cbda59ba7a47985c06d299f0b76b4146dc0822eb Mon Sep 17 00:00:00 2001 From: carloswinter Date: Thu, 19 Jan 2023 23:48:17 -0300 Subject: [PATCH] fix(footer): corrige scss footer para resolucao 2500 --- src/components/Footer/FooterMain.modules.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer/FooterMain.modules.scss b/src/components/Footer/FooterMain.modules.scss index f6d6faf..0ab9f15 100644 --- a/src/components/Footer/FooterMain.modules.scss +++ b/src/components/Footer/FooterMain.modules.scss @@ -85,7 +85,7 @@ @media (min-width: 2500px) { height: 31px !important; - width: 668px !important; + width: 68.486% !important; font-weight: 400; font-size: 28px; line-height: 33px; @@ -124,7 +124,7 @@ } @media (min-width: 2500px) { - width: 246px !important; + width: 26.574% !important; height: 59px !important; font-weight: 700; font-size: 24px;