refactor: restructure and improve quality

This commit is contained in:
2026-02-21 21:38:44 +01:00
parent 09ef185d89
commit 43c91b3c54
13 changed files with 6577 additions and 3577 deletions

View File

@@ -20,14 +20,16 @@ useSeoMeta({
</script>
<template>
<div role="main" class="flex min-h-[100vh] items-center justify-center">
<NuxtRouteAnnouncer />
<UApp>
<div role="main" class="flex min-h-screen items-center justify-center">
<NuxtRouteAnnouncer />
<div
class="p-5 w-full max-w-[430px] sm:max-w-[850px] flex flex-col justify-center space-y-4"
>
<AppHeader />
<AppBody />
<div
class="p-5 w-full max-w-[430px] sm:max-w-[850px] flex flex-col justify-center space-y-4"
>
<AppHeader />
<AppBody />
</div>
</div>
</div>
</UApp>
</template>