From 728c4fbecf821b3e561b011765a720421372036c Mon Sep 17 00:00:00 2001 From: Salvador Lax Date: Tue, 5 Mar 2024 09:34:10 +0100 Subject: [PATCH] add text-center for phone view --- src/sections/Countdown.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Countdown.astro b/src/sections/Countdown.astro index 1b6cd9036..8558edca1 100644 --- a/src/sections/Countdown.astro +++ b/src/sections/Countdown.astro @@ -142,7 +142,7 @@ import { EVENT_TIMESTAMP } from "@/consts/event-date" document.querySelector(".countdown-text")?.remove() $countdown.innerHTML = "¡El evento de presentación ha empezado! 🎉" - $countdown.className = "text-primary uppercase font-semibold animate-fade-in text-3xl" + $countdown.className = "text-primary uppercase font-semibold animate-fade-in text-3xl text-center" import("canvas-confetti").then(({ default: confetti }) => { confetti()