More blurriness, and stylish

This commit is contained in:
2025-06-27 01:26:05 +05:00
parent ef68e4a84d
commit b7e8a033c3
8 changed files with 153 additions and 123 deletions

11
app.vue Normal file
View File

@ -0,0 +1,11 @@
<template>
<div class="relative flex flex-col min-h-svh">
<header class="w-full sticky top-0 z-50">
<Navbar />
</header>
<main class="flex flex-1 flex-col">
<NuxtPage />
</main>
<Toaster />
</div>
</template>