Skip to content

Commit

Permalink
fix: optimize text size on landing
Browse files Browse the repository at this point in the history
  • Loading branch information
zapteryx committed Aug 10, 2024
1 parent 04e5583 commit fef09f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="hero-content text-center" in:fade>
<div class="max-w-md">
<img src={logo} alt="ZPTX Logo" />
<div class="flex justify-center items-center gap-2 mt-8 text-lg md:text-xl font-mono">
<div class="flex justify-center items-center gap-2 mt-8 text-md md:text-xl font-mono">
<a href="{base}/team" class="transition hover:text-white">the team</a>
<p class="text-slate-600">/</p>
<a href="{base}/projects" class="transition hover:text-white">our projects</a>
Expand Down

0 comments on commit fef09f5

Please sign in to comment.