Höhe Dashboard full

This commit is contained in:
Jens Cornelsen
2025-04-14 17:10:41 +02:00
parent f4e6b7baf8
commit 5081f70570

View File

@@ -124,7 +124,7 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light";
client:load
/>
<article class="box px-6 py-5 h-screen">
<article class="box px-6 py-5 h-full">
<slot />
</article>
</main>