forked from M3-Academy/desafio-react-e-typescript
style(Footer.module.scss): corrigindo tamanho do botão de ir para o topo do site
This commit is contained in:
parent
c7647b7aff
commit
bada733521
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user