This commit is contained in:
2023-08-12 15:54:23 +02:00
parent 3dcd5f1ef6
commit b90829a543
18 changed files with 631 additions and 24 deletions

View File

@@ -1,15 +1,16 @@
<template>
<CommandPalette />
<div class="fixed inset-0 flex justify-center sm:px-8">
<section class="fixed inset-0 flex justify-center sm:px-8">
<div class="flex w-full max-w-7xl lg:px-8">
<div class="w-full bg-white ring-1 ring-zinc-100 dark:bg-zinc-900 dark:ring-zinc-300/20" />
</div>
</div>
</section>
<UContainer class="relative z-50">
<Header />
<div class="min-h-screen">
<main class="min-h-screen">
<NuxtPage />
</div>
</main>
<Footer />
</UContainer>
<UNotifications />