Skip to content

Commit

Permalink
Update heading font sizes and line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Mar 20, 2024
1 parent d481f21 commit 3d26bbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/components/sections/MindplexTokens.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ const tokenCardsContent = await Astro.glob("../../content/mindplexTokens/*.md");
alt=" "
class="transform rotate-180 w-full max-w-sm"
/>
<h2 class="text-3xl uppercase font-semibold min-w-max text-center">
<h2
class="text-lg md:text-4xl uppercase font-semibold min-w-fit 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 max-w-6xl mx-auto"
class="text-white font-montserrat text-sm md:text-lg font-normal leading-5 mb-12 md: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
6 changes: 4 additions & 2 deletions src/components/sections/OurTeam.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ const teams = await Astro.glob("../../content/team/*.md");
class="flex items-center justify-center gap-4 w-full overflow-hidden mb-8"
>
<img src="/line.svg" alt=" " class="transform rotate-180" />
<h2 class="text-2xl uppercase font-semibold">Our team</h2>
<h2 class="text-lg min-w-fit md:text-4xl uppercase font-semibold">
Our team
</h2>
<img src="/line.svg" alt=" " class="max-w-48" />
</div>
<p
class="text-center text-gray-300 font-barlow text-sm font-normal leading-6"
class="text-center text-gray-300 font-barlow text-sm md:text-2xl font-normal leading-6"
>
Meet the Mindplex team – the visionaries behind the future of media.
</p>
Expand Down

0 comments on commit 3d26bbf

Please sign in to comment.