mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-02-04 10:54:44 -05:00
spacing change
This commit is contained in:
@@ -372,13 +372,13 @@
|
||||
<div class="min-h-dvh md:bg-linear-to-br md:from-blue-50 md:to-indigo-200 py-8">
|
||||
<div class="w-full max-w-3xl mx-auto px-4">
|
||||
<h1
|
||||
class="text-3xl md:text-4xl font-bold text-center uppercase text-gray-600 drop-shadow-2xl tracking-widest p-4 sm:p-8"
|
||||
class="text-3xl md:text-4xl font-bold text-center uppercase text-gray-600 drop-shadow-2xl tracking-widest p-4"
|
||||
>
|
||||
<TitleAnimation />
|
||||
<div class="font-normal">{false ? "dev" : ""}</div>
|
||||
<div class="font-normal"></div>
|
||||
</h1>
|
||||
<div class="text-center mb-8">
|
||||
<span class="big-text">{currentDate}</span>
|
||||
<span class="big-text">{isDev ? "Dev Edition" : ""} | {currentDate}</span>
|
||||
</div>
|
||||
|
||||
<VerseDisplay {data} {isWon} />
|
||||
|
||||
Reference in New Issue
Block a user