refactor: restructure and improve quality
This commit is contained in:
18
app/app.vue
18
app/app.vue
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user