Skip to content

Commit

Permalink
improved spacing for touch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
joevaugh4n committed Jul 31, 2024
1 parent 6b6576d commit 0426831
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Button from "./Button.astro";
href="/#home">ADAM KOSZARY</a
>
<div class="flex gap-1">
<a href="/#posts"><Button caption="Posts" /></a>
<a href="/#contact"><Button caption="Contact" /></a>
<a href="/#posts" class="ml-3"><Button caption="Posts" /></a>
<a href="/#contact" class="ml-3"><Button caption="Contact" /></a>
</div>
</nav>
2 changes: 1 addition & 1 deletion src/components/Socials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Icon } from "astro-icon/components";
/></a
>
</div>
<div class="flex gap-2">
<div class="flex gap-4">
<a title="Twitter" href="https://x.com/AdamKoszary">
<Icon
title="Twitter"
Expand Down

0 comments on commit 0426831

Please sign in to comment.