feat: apply global fadeInUp animation to all page transitions
All checks were successful
Deploy Theme / deploy (push) Successful in 16s

This commit is contained in:
2026-02-21 20:12:26 +01:00
parent fce691fa9c
commit 1d5d9c0904
6 changed files with 13 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
{{> header}}
{{> scroll-top}}
<main id="main-content" class="flex-grow">
<main id="main-content" class="flex-grow animate-fadeInUp">
{{{body}}}
</main>