spacing change

This commit is contained in:
George Powell
2025-12-23 22:59:51 -05:00
parent 0e3505b8e7
commit 1edaec4bdd
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
</script> </script>
<div <div
class="title-container relative flex justify-center cursor-pointer" class="title-container relative flex justify-center cursor-text"
onmouseenter={handleMouseEnter} onmouseenter={handleMouseEnter}
onmouseleave={handleMouseLeave} onmouseleave={handleMouseLeave}
onclick={handleTap} onclick={handleTap}

View File

@@ -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="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"> <div class="w-full max-w-3xl mx-auto px-4">
<h1 <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 /> <TitleAnimation />
<div class="font-normal">{false ? "dev" : ""}</div> <div class="font-normal"></div>
</h1> </h1>
<div class="text-center mb-8"> <div class="text-center mb-8">
<span class="big-text">{currentDate}</span> <span class="big-text">{isDev ? "Dev Edition" : ""} | {currentDate}</span>
</div> </div>
<VerseDisplay {data} {isWon} /> <VerseDisplay {data} {isWon} />