style(Footer.module.scss): corrigindo tamanho do botão de ir para o topo do site

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-01-08 10:56:45 -03:00
parent c7647b7aff
commit bada733521

View File

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