This commit is contained in:
2025-09-13 21:05:36 +02:00
parent 8a02e3ab05
commit e77b4744c7
4 changed files with 15 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ export function ClickableGallery() {
</div>
</div>
<section
className="relative w-full flex items-center justify-center overflow-hidden bg-background -mt-32"
className="relative w-full flex items-center justify-center overflow-hidden bg-background -mt-16 pt-0 pb-32"
onMouseEnter={() => setHovering(true)}
onMouseLeave={() => setHovering(false)}
>