From 0ad7b351f1687419ece9c70bb640bd1b67e64d42 Mon Sep 17 00:00:00 2001 From: devartes Date: Tue, 10 Jan 2023 14:59:48 -0300 Subject: [PATCH] =?UTF-8?q?style(footer):=20add=20texto=20alternativo=20na?= =?UTF-8?q?s=20imagens,=20remo=C3=A7=C3=A3o=20do=20span=20no=20Footer=20To?= =?UTF-8?q?p=20e=20coment=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/Footer.module.scss | 8 +------- src/components/Footer/FooterTop.tsx | 7 +++---- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index 5a5f058..dc51bef 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -426,7 +426,7 @@ footer { @media (max-width: 1025px) { display: block; } - & span { + & img { @media (max-width: 1025px) { background-position: center; background-repeat: no-repeat; @@ -437,12 +437,6 @@ footer { right: 0; cursor: pointer; } - & img { - @media (max-width: 1025px) { - top: 0; - position: absolute; - } - } } } & :nth-child(7n) { diff --git a/src/components/Footer/FooterTop.tsx b/src/components/Footer/FooterTop.tsx index 59e5965..bda0c00 100644 --- a/src/components/Footer/FooterTop.tsx +++ b/src/components/Footer/FooterTop.tsx @@ -14,9 +14,8 @@ const FooterTop = () => {