version importing

This commit is contained in:
DecDuck
2024-10-11 17:16:26 +11:00
parent a7c33e7d43
commit 46c8f0c48a
19 changed files with 587 additions and 113 deletions
+2 -2
View File
@@ -48,8 +48,8 @@
</button>
</div>
<main class="lg:pl-20 min-h-screen bg-zinc-900">
<div class="px-4 py-10 sm:px-6 lg:px-8 lg:py-6">
<main class="lg:pl-20 min-h-screen bg-zinc-900 flex flex-col">
<div class="flex flex-col grow px-4 py-10 sm:px-6 lg:px-8 lg:py-6">
<!-- Main area -->
<NuxtPage />
</div>