FIX Fixing height
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-07-01 17:06:27 +02:00
parent 8507ac4fc5
commit 22de74e443

View File

@ -4,7 +4,7 @@
.gallery-card { .gallery-card {
@apply h-auto py-12 border border-primary !p-3; @apply h-auto py-12 border border-primary !p-3;
img { img {
@apply w-full max-h-80 object-cover; @apply w-full h-80 object-cover;
} }
} }