ok
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user