FIX: bg black on body

This commit is contained in:
valere
2024-10-24 14:15:44 +02:00
parent e1ed518ce4
commit 721f200d72
5 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="bg-black h-screen w-full flex justify-center p-16">
<div class="h-screen w-full flex justify-center p-16">
<img src="/logo.svg">
</div>
</template>