From 22de74e44376aac6621bb767c8068b8c8dcccfdc Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 1 Jul 2025 17:06:27 +0200 Subject: [PATCH] FIX Fixing height --- resources/css/blocks/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/gallery.css b/resources/css/blocks/gallery.css index 32a59df..ef96958 100644 --- a/resources/css/blocks/gallery.css +++ b/resources/css/blocks/gallery.css @@ -4,7 +4,7 @@ .gallery-card { @apply h-auto py-12 border border-primary !p-3; img { - @apply w-full max-h-80 object-cover; + @apply w-full h-80 object-cover; } }