From 9d3d8cbd0cf7f5c95ff0ed699770b1904b26f81f Mon Sep 17 00:00:00 2001 From: devartes Date: Tue, 10 Jan 2023 15:30:54 -0300 Subject: [PATCH] =?UTF-8?q?style(Footer.module.scss):=20corre=C3=A7=C3=A3o?= =?UTF-8?q?=20da=20posi=C3=A7=C3=A3o=20dos=20=C3=ADcones=20da=20SubLista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/Footer.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index dc51bef..0f5adf6 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -571,10 +571,10 @@ footer { @media (max-width: 1025px) { position: fixed; right: 16px; - top: calc(100% - 105px); + top: calc(100% - 124px); } @media (max-width: 376px) { - top: calc(100% - 113px); + top: calc(100% - 102px); } & li {