fix: Consertando adaptabilidade imagem footer Desktop

This commit is contained in:
José Carlos Lins 2022-12-18 09:18:38 -03:00
parent 1df7883c6f
commit 81bf842765

View File

@ -192,6 +192,7 @@
a {
.logoVtexFooter {
max-width: 87.73px;
min-width: 29.8571%;
height: auto;
}
@ -204,6 +205,7 @@
a {
.logoM3Footer {
max-width: 55.98px;
min-width: 29.1684%;
height: auto;
}
@ -351,6 +353,10 @@
overflow-y: scroll;
word-wrap: break-word;
&::-webkit-scrollbar {
display: none;
}
@media (max-width: 640px) {
height: 36px;
word-wrap: normal;