feat(footer): mudando footer para resposividade

This commit is contained in:
Mateus Antonio Rodrigues Lopes 2022-12-20 16:36:00 -03:00
parent 5919624050
commit 1bf6ecaed5

View File

@ -19,6 +19,19 @@
align-items: unset; align-items: unset;
margin-left: 8px; margin-left: 8px;
width: 100%; width: 100%;
.footerCheckout__stamps {
order: 1;
}
.footerCheckout__developedBy {
order: 3;
}
.footerCheckout__address {
order: 2;
margin: 16px 0;
}
} }
&:before, &:before,
@ -95,10 +108,11 @@
span { span {
color: $color-black2; color: $color-black2;
white-space: nowrap; white-space: nowrap;
margin-right: 10px;
} }
li:last-child { li:last-child {
margin-left: 16px; margin-left: 10px;
} }
a { a {