fix(client): adjust gap value in preloader for consistent spacing

This commit is contained in:
Melvin Chia
2025-12-30 21:13:30 +08:00
parent f8d91cb1e0
commit c7bb6cce48

View File

@@ -35,7 +35,7 @@
<body class="h-[100vh] w-full">
<div
class="preloader flex-center absolute top-0 left-0 h-[100vh] w-full flex-col gap-6 bg-black! text-black!"
class="preloader flex-center absolute top-0 left-0 h-[100vh] w-full flex-col gap-[1rem] bg-black! text-black!"
>
<span class="loader text-white!"></span>
<p class="text-lg font-medium text-white">Forging things together...</p>