diff --git a/src/components/content/Hero.astro b/src/components/content/Hero.astro index 64303af..a9d37b3 100644 --- a/src/components/content/Hero.astro +++ b/src/components/content/Hero.astro @@ -284,7 +284,7 @@ @keyframes swap { 0% { - transform: translateY(-70%); + transform: translateY(-30%); opacity: 0; } @@ -299,12 +299,12 @@ } 14% { - transform: translateY(70%); + transform: translateY(30%); opacity: 0; } 100% { - transform: translateY(70%); + transform: translateY(30%); opacity: 0; } }