From 458d32bf78f6804664a6371da5ee2fb03b6f332c Mon Sep 17 00:00:00 2001 From: Ayane Date: Fri, 20 Oct 2023 14:41:35 +0800 Subject: [PATCH] Adjust spacing on mascot Signed-off-by: Ayane --- islands/CounterCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/islands/CounterCard.tsx b/islands/CounterCard.tsx index f71ce83..19b8890 100644 --- a/islands/CounterCard.tsx +++ b/islands/CounterCard.tsx @@ -24,7 +24,7 @@ export function animateMascot() { mascotEl.style.position = "absolute"; mascotEl.style.right = "-500px"; mascotEl.style.top = counterButton.getClientRects()[0].bottom + scrollY - - 430 + "px"; + 412 + "px"; mascotEl.classList.add("z-[-1]"); parentEl.appendChild(mascotEl);