From 09bf87f56eb00af159ee0291ae039a448013298e Mon Sep 17 00:00:00 2001 From: devartes Date: Thu, 12 Jan 2023 09:22:11 -0300 Subject: [PATCH] =?UTF-8?q?style(Footer.module.scss):=20corre=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20tamanhos=20no=20Footer=20Bottom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/Footer.module.scss | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index 2eb36a2..5fd6bdf 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -156,8 +156,7 @@ footer { & img { height: 20.13px; @media (min-width: 2500px) { - min-width: 70px; - height: 39.27px; + height: 40.25px; } @media (max-width: 376px) { height: 17px; @@ -174,10 +173,9 @@ footer { width: 100%; } & img { - height: 20.13px; - @media (min-width: 2500px) { - min-width: 70px; - height: 39.27px; + height: 20.14px; + @media (min-width: 2500px) { + height: 40.25px; } @media (max-width: 376px) { height: 17px; @@ -196,7 +194,6 @@ footer { & img { height: 20.26px; @media (min-width: 2500px) { - min-width: 70px; height: 38.33px; } @media (max-width: 376px) { @@ -216,8 +213,7 @@ footer { & img { height: 20.13px; @media (min-width: 2500px) { - min-width: 70px; - height: 39.27px; + height: 40.25px; } @media (max-width: 376px) { height: 17px; @@ -275,9 +271,8 @@ footer { background: $primary-600; flex: none; flex-grow: 0; - @media (max-width: 1025px) { - width: 1px; - height: 20.36px; + @media (max-width: 376px) { + height: 20px; } }