fix: equal gaps above and under column

This commit is contained in:
2025-09-04 12:03:50 +04:00
parent 6d58add2e7
commit 96ea0bba5e
2 changed files with 3 additions and 3 deletions

View File

@ -23,5 +23,5 @@
}
.swiper-container :global(.swiper-slide) {
padding-bottom: 20px;
margin-bottom: calc(var(--mantine-spacing-sm) * 2);
}