mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-03-03 02:27:00 +00:00
fix(client): adjust gap value in preloader for consistent spacing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user