forked from M3-Academy/m3-academy-template-checkout
fix: Consertando adaptabilidade imagem footer Desktop #3
@ -192,6 +192,7 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
.logoVtexFooter {
|
.logoVtexFooter {
|
||||||
|
max-width: 87.73px;
|
||||||
min-width: 29.8571%;
|
min-width: 29.8571%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
@ -204,6 +205,7 @@
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
.logoM3Footer {
|
.logoM3Footer {
|
||||||
|
max-width: 55.98px;
|
||||||
min-width: 29.1684%;
|
min-width: 29.1684%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
@ -351,6 +353,10 @@
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user