STYLE PAdding fix
This commit is contained in:
parent
2ed7952a71
commit
ebc42c9fca
|
|
@ -1,5 +1,5 @@
|
||||||
.featured-news {
|
.featured-news {
|
||||||
@apply bg-carhop-blue-50 py-20 !my-0;
|
@apply bg-carhop-blue-50 py-20 !my-0 px-4 md:px-10 ;
|
||||||
|
|
||||||
.swiper-actions-wrapper,
|
.swiper-actions-wrapper,
|
||||||
.swiper-pagination-fraction,
|
.swiper-pagination-fraction,
|
||||||
|
|
@ -7,6 +7,11 @@
|
||||||
@apply px-4 md:px-20;
|
@apply px-4 md:px-20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.swiper-pagination,
|
||||||
|
.swiper-pagination-fraction{
|
||||||
|
@apply !px-0;
|
||||||
|
}
|
||||||
|
|
||||||
.swiper-wrapper {
|
.swiper-wrapper {
|
||||||
@apply items-end;
|
@apply items-end;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user