forked from M3-Academy/m3-academy-template-checkout
feat: css 6 parte
This commit is contained in:
parent
ff510f13e1
commit
0b463630f3
@ -13,9 +13,7 @@ hr{
|
||||
@media (max-width: 1024px) {
|
||||
width: 100%!important;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
display: block;
|
||||
}
|
||||
.footerCheckout {
|
||||
border-top: none;
|
||||
@ -58,6 +56,9 @@ hr{
|
||||
display: flex;
|
||||
justify-self: center;
|
||||
list-style: none;
|
||||
@media (max-width: 1024px){
|
||||
margin: 0 0 10px 0px;
|
||||
}
|
||||
|
||||
@include mq(md, max) {
|
||||
align-self: center;
|
||||
|
Loading…
Reference in New Issue
Block a user