Skip to content

Commit

Permalink
Merge pull request #209 from salvador-lax/refactor/align-announcement
Browse files Browse the repository at this point in the history
add text-center for phone view
  • Loading branch information
midudev authored Mar 5, 2024
2 parents 69bdc84 + 728c4fb commit d7ed228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Countdown.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d7ed228

Please sign in to comment.