Files
web/components/Loyalty/Blocks/CardsGrid/cardsGrid.module.css
2024-06-13 10:00:16 +02:00

5 lines
56 B
CSS

.section {
display: grid;
gap: var(--Spacing-x2);
}