feat: apply global fadeInUp animation to all page transitions
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
All checks were successful
Deploy Theme / deploy (push) Successful in 16s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{{!< default}}
|
||||
|
||||
<header class="container mx-auto px-4 py-16 md:py-24 text-center animate-fadeInUp">
|
||||
<header class="container mx-auto px-4 py-16 md:py-24 text-center">
|
||||
<h1 class="text-6xl md:text-8xl font-bold tracking-tighter text-[var(--brand-primary)] mb-4">{{@site.title}}</h1>
|
||||
<p class="mt-4 text-xl md:text-2xl text-[var(--text-secondary)] max-w-2xl mx-auto font-serif italic italic opacity-90">{{@site.description}}</p>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user