We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c23c09 commit addd1bdCopy full SHA for addd1bd
src/routes/+page.svelte
@@ -180,7 +180,7 @@
180
<li>The first number is 1970. Press enter to submit, good luck!</li>
181
</ol>
182
</div>
183
-<div class="text-2xl text-center break-words my-10 mx-auto max-w-[61ch]" bind:this={numbersEl}>
+<div class="text-2xl text-center break-words my-10 mx-auto max-w-[62ch]" bind:this={numbersEl}>
184
<!-- No cheating! Oh well, since you're already here you might as well check out my website while at it https://arhan.sh/ -->
185
{#each data.numbers as { value }}<span data-value={value}>{value}</span>{/each}
186
0 commit comments