mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-26 01:40:31 +01:00
Working
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user