From 2e36f2e362ac1c4ed07931e885c4c77d76c2148c Mon Sep 17 00:00:00 2001 From: devartes Date: Tue, 10 Jan 2023 14:40:18 -0300 Subject: [PATCH] =?UTF-8?q?style(Footer.module.scss):=20corre=C3=A7=C3=A3o?= =?UTF-8?q?=20da=20altura=20do=20Footer=20Bottom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/Footer.module.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index fa8f733..5a5f058 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -28,15 +28,18 @@ footer { } @media (max-width: 1025px) { width: 96.875%; - height: 116px; + height: 104.01px; flex-direction: column; align-items: flex-start; - margin: 15px auto; + padding: 15px 16px; row-gap: 15px; + margin: 0; } @media (max-width: 376px) { width: 91.484%; - height: 128px; + height: 98px; + row-gap: 0; + } & ul { margin-top: 0;