correcting cards height
This commit is contained in:
parent
32109ad7fc
commit
3d53b64a59
|
|
@ -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; */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user