RESPONSIVE FIX gap size between shapes

This commit is contained in:
Antoine M 2026-05-20 11:56:53 +02:00
parent 558e74daac
commit befc0b6153

View File

@ -1,4 +1,8 @@
.decorative-shapes {
/* @apply py-32; */
@apply py-12;
@apply grid;
@apply grid-cols-4;
@apply gap-6 md:gap-12 lg:gap-24;
}