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