Skip to content

Commit addd1bd

Browse files
tweak
1 parent 0c23c09 commit addd1bd

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
@@ -180,7 +180,7 @@
180180
<li>The first number is 1970. Press enter to submit, good luck!</li>
181181
</ol>
182182
</div>
183-
<div class="text-2xl text-center break-words my-10 mx-auto max-w-[61ch]" bind:this={numbersEl}>
183+
<div class="text-2xl text-center break-words my-10 mx-auto max-w-[62ch]" bind:this={numbersEl}>
184184
<!-- No cheating! Oh well, since you're already here you might as well check out my website while at it https://arhan.sh/ -->
185185
{#each data.numbers as { value }}<span data-value={value}>{value}</span>{/each}
186186
</div>

0 commit comments

Comments
 (0)