forked from M3-Academy/m3-academy-template-checkout
feature/template-checkout #1
@ -96,6 +96,9 @@
|
|||||||
&__item {
|
&__item {
|
||||||
width: 95.5% !important;
|
width: 95.5% !important;
|
||||||
margin-bottom: 56px;
|
margin-bottom: 56px;
|
||||||
|
display: flex !important;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
@include mq(xl, min) {
|
@include mq(xl, min) {
|
||||||
width: 97% !important;
|
width: 97% !important;
|
||||||
@ -129,6 +132,8 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
flex: 1;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__option {
|
&__option {
|
||||||
|
Loading…
Reference in New Issue
Block a user