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