feat: css 6 parte

This commit is contained in:
Adilson Fernando Neves Ornellas 2022-12-18 22:38:52 -03:00
parent ff510f13e1
commit 0b463630f3

View File

@ -13,9 +13,7 @@ hr{
@media (max-width: 1024px) { @media (max-width: 1024px) {
width: 100%!important; width: 100%!important;
flex-direction: column; flex-direction: column;
align-items: center; display: block;
justify-content: center;
justify-items: center;
} }
.footerCheckout { .footerCheckout {
border-top: none; border-top: none;
@ -58,6 +56,9 @@ hr{
display: flex; display: flex;
justify-self: center; justify-self: center;
list-style: none; list-style: none;
@media (max-width: 1024px){
margin: 0 0 10px 0px;
}
@include mq(md, max) { @include mq(md, max) {
align-self: center; align-self: center;