fix: Consertando tamanhos imgs sessão develop footer

This commit is contained in:
José Carlos Lins 2022-12-18 20:38:08 -03:00
parent 2f4678b5fb
commit 89939107e0
2 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
}
html {

View File

@ -197,7 +197,7 @@
a {
.logoVtexFooter {
max-width: 87.73px;
min-width: 29.8571%;
width: 42.599%;
height: auto;
}
}
@ -210,7 +210,7 @@
a {
.logoM3Footer {
max-width: 55.98px;
min-width: 29.1684%;
width: 29.7184%;
height: auto;
}
}
@ -243,7 +243,7 @@
a {
.logoVtexFooter {
min-width: 29.8571%;
width: 100%;
height: auto;
}
}
@ -255,7 +255,7 @@
a {
.logoM3Footer {
min-width: 29.1684%;
width: 100%;
height: auto;
}
}