From d82d9e9fa98d64839e27e79128b64724a7aa447c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mora?= Date: Fri, 19 Dec 2025 06:59:32 -0500 Subject: [PATCH] Fixed scroll indicators not being correctly positioned. --- app/culture/page.tsx | 2 +- app/page.tsx | 29 +++++++++++++++-------------- app/sustainability/page.tsx | 2 +- app/what-we-do/page.tsx | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/app/culture/page.tsx b/app/culture/page.tsx index b9c6f41..241419f 100644 --- a/app/culture/page.tsx +++ b/app/culture/page.tsx @@ -173,7 +173,7 @@ export default function CulturePage() { initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ delay: 1 }} - className="absolute bottom-8 left-1/2 -translate-x-1/2" + className="absolute bottom-12 left-1/2 -translate-x-1/2" > - {/* Scroll indicator */} + + + {/* Scroll indicator */} + - - + className="w-1.5 h-1.5 rounded-full bg-[hsl(0,100%,40%)]" + /> diff --git a/app/sustainability/page.tsx b/app/sustainability/page.tsx index efcd36b..2ce4d64 100644 --- a/app/sustainability/page.tsx +++ b/app/sustainability/page.tsx @@ -194,7 +194,7 @@ export default function SustainabilityPage() { initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ delay: 1 }} - className="absolute bottom-8 left-1/2 -translate-x-1/2" + className="absolute bottom-12 left-1/2 -translate-x-1/2" >