RESPONSIVE FIX reducing gap on mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5ea36fa998
commit
e2fba59e2a
|
|
@ -3,15 +3,13 @@
|
||||||
--swiper-pagination-bullet-height: 2px;
|
--swiper-pagination-bullet-height: 2px;
|
||||||
--swiper-pagination-bullet-width: 100%;
|
--swiper-pagination-bullet-width: 100%;
|
||||||
--swiper-pagination-bullet-horizontal-gap: 0px;
|
--swiper-pagination-bullet-horizontal-gap: 0px;
|
||||||
--swiper-theme-color: var(
|
--swiper-theme-color: var(--wp--preset--color--primary) !important;
|
||||||
--wp--preset--color--primary
|
|
||||||
) !important;
|
|
||||||
--swiper-pagination-color: transparent !important;
|
--swiper-pagination-color: transparent !important;
|
||||||
--swiper-pagination-bullet-inactive-color: transparent !important;
|
--swiper-pagination-bullet-inactive-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-pagination {
|
.swiper-pagination {
|
||||||
@apply h-fit flex gap-12 !static;
|
@apply h-fit flex gap-4 lg:gap-12 !static;
|
||||||
top: unset !important;
|
top: unset !important;
|
||||||
bottom: 0px !important;
|
bottom: 0px !important;
|
||||||
z-index: 100 !important;
|
z-index: 100 !important;
|
||||||
|
|
@ -42,5 +40,5 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.swiper-wrapper {
|
.swiper-wrapper {
|
||||||
@apply mb-4;
|
@apply mb-4 block lg:flex;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user