diff --git a/src/components/Intro.astro b/src/components/Intro.astro index 328d7d8..2224bc9 100644 --- a/src/components/Intro.astro +++ b/src/components/Intro.astro @@ -51,12 +51,12 @@ @keyframes loader { 0% { - width: 100vw; + height: 100vh; display: block; } 100% { - width: 0vw; + height: 0vh; display: none; } }