STYLE Add cover image styling to artisan card component for improved layout consistency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-05-08 16:11:06 +02:00
parent 23f430ef73
commit 6dddb5dc47

View File

@ -3,6 +3,9 @@
&__thumbnail {
@apply w-full h-32 lg:h-48 object-cover rounded-t-xl;
}
&__cover-image {
@apply w-full h-32 lg:h-48 object-cover rounded-t-xl;
}
&__inner {
@apply p-6;
}