Skip to content

Commit e035629

Browse files
small reorder
1 parent 9315415 commit e035629

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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 mx-auto max-w-[64ch]" bind:this={numbersEl}>
186+
<div class="text-2xl text-center break-words my-10 mx-auto max-w-[65ch]" 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>

src/routes/+page.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ const numbers = [
6767
message: 'The base virtual memory address for Linux executables in hexadecimal.',
6868
link: 'https://en.wikipedia.org/wiki/Virtual_memory'
6969
},
70-
{
71-
value: '214748',
72-
message:
73-
'The truncated maximum value for the signed 32-bit binary integer. Also a common hard limit in video games.',
74-
link: 'https://en.wikipedia.org/wiki/2147483647'
75-
},
7670
{
7771
value: '86400',
7872
message: 'The number of seconds in a day, common in time-related calculations.',
@@ -93,6 +87,12 @@ const numbers = [
9387
message: 'The maximum transmission unit for Ethernet frames in octets.',
9488
link: 'https://en.wikipedia.org/wiki/Ethernet_frame#Structure'
9589
},
90+
{
91+
value: '214748',
92+
message:
93+
'The truncated maximum value for the signed 32-bit binary integer. Also a common hard limit in video games.',
94+
link: 'https://en.wikipedia.org/wiki/2147483647'
95+
},
9696
{
9797
value: '8601',
9898
message: 'The ISO standard for human-readable universal date and time representation.',
@@ -126,7 +126,7 @@ const numbers = [
126126
{
127127
value: '8831',
128128
message: 'The 88x31 web button.',
129-
link: 'https://indieweb.org/88x31',
129+
link: 'https://indieweb.org/88x31'
130130
},
131131
{
132132
value: '19937',
@@ -140,7 +140,7 @@ const numbers = [
140140
},
141141
{
142142
value: '2718',
143-
message: "The last release of Python 2, version 2.7.18. Bonus points if you recognized Euler's number.",
143+
message: 'The last release of Python 2, version 2.7.18.',
144144
link: 'https://en.wikipedia.org/wiki/History_of_Python#Version_2'
145145
},
146146
{

0 commit comments

Comments
 (0)