diff --git a/front/src/views/_components/IrudiEstela.astro b/front/src/views/_components/IrudiEstela.astro index 28497db..49a06a3 100644 --- a/front/src/views/_components/IrudiEstela.astro +++ b/front/src/views/_components/IrudiEstela.astro @@ -66,7 +66,7 @@ function shuffle(array: T[]) { img?.parentElement?.addEventListener("touchstart", () => { const tl = gsap.timeline(); tl.to(img, { - scale: 2, + scale: 2.6, opacity: 1, duration: 0.3, ease: "power2.out",