This commit is contained in:
2023-08-11 00:49:30 +02:00
parent 9703d24784
commit 3dcd5f1ef6
33 changed files with 4010 additions and 2699 deletions

View File

@@ -1,9 +1,16 @@
<template>
<Header />
<slot />
<Footer />
</template>
<CommandPalette />
<div 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>
<UContainer class="relative z-50">
<Header />
<div class="min-h-screen">
<NuxtPage />
</div>
</UContainer>
<style>
@import '@unocss/reset/tailwind.css';
</style>
<UNotifications />
</template>