animations

This commit is contained in:
2026-01-17 13:17:10 +01:00
parent 021d23ab93
commit 29168a9778
19 changed files with 1353 additions and 252 deletions

View File

@@ -20,7 +20,7 @@ export default async function LocaleLayout({
<body className="flex flex-col min-h-screen font-sans selection:bg-accent selection:text-primary-dark">
<NextIntlClientProvider messages={messages} locale={locale}>
<Header />
<main className="flex-grow animate-fade-in">
<main className="flex-grow animate-fade-in overflow-visible">
{children}
</main>
<Footer />