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; }