RESPONSIVE FIX gap size between shapes
This commit is contained in:
parent
558e74daac
commit
befc0b6153
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user