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-width: 100%;
|
||||
--swiper-pagination-bullet-horizontal-gap: 0px;
|
||||
--swiper-theme-color: var(
|
||||
--wp--preset--color--primary
|
||||
) !important;
|
||||
--swiper-theme-color: var(--wp--preset--color--primary) !important;
|
||||
--swiper-pagination-color: transparent !important;
|
||||
--swiper-pagination-bullet-inactive-color: transparent !important;
|
||||
}
|
||||
|
||||
.swiper-pagination {
|
||||
@apply h-fit flex gap-12 !static;
|
||||
@apply h-fit flex gap-4 lg:gap-12 !static;
|
||||
top: unset !important;
|
||||
bottom: 0px !important;
|
||||
z-index: 100 !important;
|
||||
|
|
@ -42,5 +40,5 @@
|
|||
}
|
||||
}
|
||||
.swiper-wrapper {
|
||||
@apply mb-4;
|
||||
@apply mb-4 block lg:flex;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user