From 4ab714792e063adf254592d2fed99c38d9dc083f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 19 May 2026 11:40:13 +0000 Subject: [PATCH] Refine ImageBentoGallery styling for consistency --- src/components/custom/ImageBentoGallery.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/custom/ImageBentoGallery.tsx b/src/components/custom/ImageBentoGallery.tsx index a2e353f..e7b5c76 100644 --- a/src/components/custom/ImageBentoGallery.tsx +++ b/src/components/custom/ImageBentoGallery.tsx @@ -17,16 +17,16 @@ export default function ImageBentoGallery({ images, }: ImageBentoGalleryProps) { return ( -
+
{title && ( -

+

{title}

)} {description && ( -

+

{description}

)} @@ -52,7 +52,7 @@ export default function ImageBentoGallery({ className="object-cover w-full h-full transition-transform duration-300 group-hover:scale-105" />
-

{image.alt}

+

{image.alt}

))}