Skip to content

Commit

Permalink
better alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed May 22, 2024
1 parent e639fb6 commit 7f5b93a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,21 +165,21 @@ export default function Home() {
</p>

<h3 className="text-lg mb-4 font-bold">Super Hashes</h3>
<p>
<p className="mb-8">
If <code>42069</code> is found in a hash, the amount of solXEN is
multiplied by 250. The probability of finding a <code>42069</code>{" "}
hash is roughly 0,2%, which is 250X harder to find than a{" "}
<code>420</code> hash.
</p>
<Zoom zoomImg={{ src: "/tokenomics.jpg" }}>
<Image
alt="A diagram of mining solXEN"
src="/tokenomics.jpg"
width={880}
height={356}
></Image>
</Zoom>
</article>
<Zoom zoomImg={{ src: "/tokenomics.jpg" }}>
<Image
alt="A diagram of mining solXEN"
src="/tokenomics.jpg"
width={880}
height={356}
></Image>
</Zoom>
</Section>
<Footer />
</main>
Expand Down

0 comments on commit 7f5b93a

Please sign in to comment.