correcting cards height

This commit is contained in:
Antoine M 2024-10-30 10:34:17 +01:00
parent 32109ad7fc
commit 3d53b64a59

View File

@ -1,10 +1,10 @@
.artisans-posts { .artisans-posts {
@apply flex gap-4 pt-8; @apply flex gap-4 pt-8;
&__grid { &__grid {
@apply flex flex-col lg:grid grid-cols-1 lg:grid-cols-2 gap-6 w-full; @apply flex flex-col lg:grid grid-cols-1 lg:grid-cols-2 gap-6 w-full h-fit;
} }
.card-artisans { .card-artisans {
@apply h-fit; /* @apply h-fit; */
} }
} }