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%; } } }