Artciles and Uses page

This commit is contained in:
2023-08-12 22:58:00 +02:00
parent b90829a543
commit d97278c344
16 changed files with 267 additions and 113 deletions

View File

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