Add screen centering component

This commit is contained in:
2023-01-24 21:34:03 +01:00
parent 6a880b1c8f
commit 60a20997a2
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
<template>
<div class="flex flex-1 items-center pb-12">
<div class="w-full">
<slot></slot>
</div>
</div>
</template>