Fix Animations, Sidebar and Footer.

This commit is contained in:
2025-02-10 13:57:26 +01:00
parent e26ab9127a
commit cb56c2b4c1
+1 -1
View File
@@ -238,7 +238,7 @@ const Layout = ({ children }: LayoutProps) => {
</AnimatePresence>
{/* Hauptinhalt */}
<main className="flex-1 pt-16 relative z-30">{children}</main>
<main className="flex-1 pt-2 relative z-30">{children}</main>
{/* Footer */}
<Footer />