fix: gap under column for mobiles
This commit is contained in:
@ -23,5 +23,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.swiper-container :global(.swiper-slide) {
|
.swiper-container :global(.swiper-slide) {
|
||||||
margin-bottom: calc(var(--mantine-spacing-sm) * 2);
|
margin-bottom: var(--mantine-spacing-md);
|
||||||
|
|
||||||
|
@media (min-width: 48em) {
|
||||||
|
margin-bottom: calc(var(--mantine-spacing-sm) * 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user