fix root page aligning and text color

This commit is contained in:
2023-11-29 11:14:35 +01:00
parent c6a9eaa27a
commit 18d45b1a81
3 changed files with 8 additions and 8 deletions

View File

@ -74,7 +74,7 @@
/>
<main>
<div class="h-screen w-full">
<div class="min-h-screen w-full">
<slot />
</div>
</main>