From 85d1b5957aa739848bc6f32756ab5f262cce0dbd Mon Sep 17 00:00:00 2001 From: Sabrina Miranda Date: Tue, 10 Jan 2023 02:31:38 -0300 Subject: [PATCH] =?UTF-8?q?feat(footer):=20Aplica=20css=20para=20adapta?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20telas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FooterBottom/FooterBottom.module.scss | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/FooterBottom/FooterBottom.module.scss b/src/components/FooterBottom/FooterBottom.module.scss index 34b260f..615f986 100644 --- a/src/components/FooterBottom/FooterBottom.module.scss +++ b/src/components/FooterBottom/FooterBottom.module.scss @@ -32,6 +32,10 @@ align-items: center; gap: 12px; + @media ((min-width: 1025px) and (max-width: 1100px)) { + gap: 6px; + } + li { display: flex; } @@ -65,10 +69,14 @@ display: flex; align-items: center; gap: 13px; - + @media (min-width: 2500px) { gap: 12px; } + + @media ((min-width: 1025px) and (max-width: 1150px)) { + gap: 7px; + } li { display: flex; @@ -79,6 +87,10 @@ gap: 12px; } + @media ((min-width: 1025px) and (max-width: 1150px)) { + gap: 7px; + } + p { font-size: 10px; line-height: 12px;