Skip to content

Commit f2598ef

Browse files
fix padding on mobile
1 parent ba4d65d commit f2598ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
<li>The first number is 1970. Press enter to submit, good luck!</li>
184184
</ol>
185185
</div>
186-
<div class="text-2xl text-center break-words my-10 px-6" bind:this={numbersEl}>
186+
<div class="text-2xl text-center break-words my-10 mx-auto max-w-[64ch]" bind:this={numbersEl}>
187187
<!-- No cheating! Oh well, since you're already here you might as well check out my website while at it https://arhan.sh/ -->
188188
{#each data.numbers as { value }}<span data-value={value}>{value}</span>{/each}
189189
</div>

0 commit comments

Comments
 (0)