Testseite hinzugefügt
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 9s

This commit is contained in:
2026-04-01 08:19:09 +02:00
parent fd5dc46b97
commit 402ab0fbbb
11 changed files with 345 additions and 68 deletions

View File

@@ -26,8 +26,8 @@ const {
<body class="flex flex-col min-h-screen">
<Header />
<main class="flex-grow w-full pb-6">
<div class="container mx-auto px-6 py-6"><slot /></div>
<main class="flex-grow w-full">
<slot />
</main>
<Footer />