Skip to content

Commit

Permalink
Update MindplexTokens section styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Mar 14, 2024
1 parent f802d51 commit fb9c182
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/components/sections/MindplexTokens.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ const tokenCardsContent = await Astro.glob("../../content/mindplexTokens/*.md");
<section class="card_grid_section" id="mindplexTokens">
<div class="heading_container">
<div
class="card_grid_section__header flex flex-row items-center justify-center gap-6 w-full overflow-hidden mb-8"
class="flex flex-row items-center justify-center gap-6 w-full overflow-hidden mb-8 max-w-5xl mx-auto"
>
<img src="/line.svg" alt=" " class="transform rotate-180" />
<h2 class="text-3xl uppercase font-semibold">Mindplex Tokens</h2>
<img src="/line.svg" alt=" " class="max-w-48" />
<img
src="/line.svg"
alt=" "
class="transform rotate-180 w-full max-w-sm"
/>
<h2 class="text-3xl uppercase font-semibold min-w-max text-center">
Mindplex Tokens
</h2>
<img src="/line.svg" alt=" " class="w-full max-w-sm" />
</div>
<p
class="text-white font-montserrat text-sm font-normal leading-5 mb-12 px-12"
class="text-white font-montserrat text-sm font-normal leading-5 mb-12 px-12 max-w-6xl mx-auto"
>
Mindplex operates based on a carefully designed tokenomics system
involving a liquid cryptographic token (MPX) which is used to incentivize
Expand Down

0 comments on commit fb9c182

Please sign in to comment.