add team page

This commit is contained in:
2024-10-30 00:45:58 +01:00
parent 3f3f691c52
commit 6c7442e33c
9 changed files with 114 additions and 13 deletions

View File

@ -73,7 +73,7 @@
/>
<main>
<div class="min-h-screen h-full w-full">
<div class="min-h-[calc(100vh-3.5rem)] h-full w-full" class:min-h-screen={onAdminPage}>
<slot />
</div>
</main>