feat(FooterBootom): Deixa o tamanho fixo para as imagens do FooterBottom #6

Merged
NicollyVieira merged 1 commits from feature/footer into development 2023-01-07 13:14:01 +00:00

View File

@ -156,18 +156,18 @@
}
&__vtex {
width: 19.83%;
// width: 19.83%;
@include mq($xl, min) {
width: 20.84%;
width: 84.22px;
}
}
&__m3 {
width: 12.6489%;
// width: 12.6489%;
@include mq($xl, min) {
width: 13.6%;
width: 54.95px;
}
}
}