From bada733521a00f3ac0b366722cc4973c41b1c91d Mon Sep 17 00:00:00 2001 From: devartes Date: Sun, 8 Jan 2023 10:56:45 -0300 Subject: [PATCH] =?UTF-8?q?style(Footer.module.scss):=20corrigindo=20taman?= =?UTF-8?q?ho=20do=20bot=C3=A3o=20de=20ir=20para=20o=20topo=20do=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer/Footer.module.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss index 249b13b..1990c3c 100644 --- a/src/components/Footer/Footer.module.scss +++ b/src/components/Footer/Footer.module.scss @@ -483,18 +483,19 @@ footer { width: 66px; height: 66px; } + & a { + display: block; + } & img { @media (min-width: 2500px) { width: 100%; height: 100%; } } - & a { - & img { - @media (min-width: 2500px) { - width: 100%; - height: 100%; - } + & button { + @media (min-width: 2500px) { + width: 100%; + height: 100%; } } }