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) {
|
@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;
|
||||||
|
Loading…
Reference in New Issue
Block a user