Skip to content

Commit

Permalink
Increase footer font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Aug 25, 2024
1 parent 636e909 commit 49e5543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

<footer class="w-screen items-center justify-center text-center">
<footer class="w-screen items-center justify-center text-center font-medium">
<div class="py-4 shadow-inner">
<a class="text-xl text-blue underline" href="/contact">Contact Us</a>
</div>
Expand Down

0 comments on commit 49e5543

Please sign in to comment.