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:
2
tag.hbs
2
tag.hbs
@@ -1,7 +1,7 @@
|
||||
{{!< default}}
|
||||
|
||||
{{#tag}}
|
||||
<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">
|
||||
<span class="text-xs uppercase tracking-[0.3em] text-[var(--text-tertiary)] mb-4 block">Tag</span>
|
||||
<h1 class="text-6xl md:text-8xl font-bold tracking-tighter text-[var(--brand-primary)] mb-4">{{name}}</h1>
|
||||
{{#if description}}
|
||||
|
||||
Reference in New Issue
Block a user