various improvements

This commit is contained in:
Zoe
2023-04-20 21:19:22 -05:00
parent b6d3b045aa
commit 3ea8167569
60 changed files with 12369 additions and 7625 deletions

6
layouts/clean.vue Normal file → Executable file
View File

@@ -1,5 +1,5 @@
<template>
<div class="flex h-screen max-h-screen text-white">
<slot />
</div>
<div class="flex h-screen max-h-screen text-white">
<slot />
</div>
</template>