This commit is contained in:
2025-09-18 20:09:48 +02:00
parent b7f25d712f
commit 45364a7452
5 changed files with 10 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ export function ClickableGallery() {
initial={{ opacity: 0 }}
animate={isInView ? { opacity: 1 } : { opacity: 0 }}
transition={{ duration: 1, delay: 0.4 }}
className="relative w-full flex items-center justify-center overflow-hidden bg-transparent -mt-8 pt-0 pb-12"
className="relative w-full flex items-center justify-center overflow-hidden bg-transparent -mt-8 pt-0 pb-0"
onMouseEnter={() => setHovering(true)}
onMouseLeave={() => setHovering(false)}
>