fix: add back reveal animations on index

This commit is contained in:
Troy 2025-02-13 12:54:26 +00:00
parent 73c269a59c
commit 0edd672a70
Signed by: troy
GPG key ID: DFC06C02ED3B4711
7 changed files with 17 additions and 28 deletions

View file

@ -28,7 +28,7 @@ const listFormatter = new Intl.ListFormat("en-GB", {
updated={article.data.updated}
tags={article.data.tags}
>
<div class="mx-auto mb-8 max-w-[65ch]">
<div class="mx-auto mb-8">
<h1
class="animate-reveal text-start text-2xl font-semibold break-words opacity-0"
>
@ -80,7 +80,7 @@ const listFormatter = new Intl.ListFormat("en-GB", {
</div>
</div>
<div
class="animate-reveal mx-auto max-w-[65ch] opacity-0 [animation-delay:0.2s]"
class="animate-reveal mx-auto opacity-0 [animation-delay:0.2s]"
>
<Prose>
<Content />