introduce tailwind

This commit is contained in:
Michael Dausmann
2023-04-20 22:13:41 +10:00
parent 8b2348f6a3
commit 857ab9f235
9 changed files with 4464 additions and 317 deletions

View File

@@ -1,7 +1,11 @@
<template>
<div>
<div class="flex flex-col min-h-screen bg-base-100">
<AppHeader />
<NuxtPage />
<div class="flex-grow">
<main>
<NuxtPage />
</main>
</div>
<AppFooter />
</div>
</template>