From 302a71cdc6472dd29d75372ddc6a3ef214dd68c4 Mon Sep 17 00:00:00 2001 From: MAZE Date: Fri, 30 Aug 2024 23:18:15 +0330 Subject: [PATCH] style: minor change --- src/components/hero.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/hero.astro b/src/components/hero.astro index 6eca4e3..f3d2fe5 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -65,7 +65,7 @@ const count = soundCount(); width: 45px; margin: 0 auto 16px; animation-name: logo; - animation-duration: 30s; + animation-duration: 45s; animation-timing-function: linear; animation-iteration-count: infinite; }