This commit is contained in:
2025-08-18 18:40:09 +02:00
parent e2543a0c58
commit c82c6ced3a
229 changed files with 2872 additions and 192 deletions

View File

@@ -34,7 +34,7 @@ export default function RootLayout({ children }) {
lexend.variable,
)}
>
<body className="flex h-full flex-col">{children}</body>
<body className="flex h-full flex-col pt-20">{children}</body>
</html>
)
}