Cleanup unused code

This commit is contained in:
Beau Findlay
2024-03-14 13:10:37 +00:00
parent 014d3553dd
commit 56d9eb0a47
4 changed files with 10 additions and 42 deletions

View File

@@ -1,4 +1,4 @@
<nav class="flex items-center justify-center py-12 space-x-8">
<nav class="flex items-center justify-center py-8 md:py-12 space-x-8">
<NavLink href="/" Match="NavLinkMatch.All" ActiveClass="border-l-2 border-r-2 px-2 rounded">
Home
</NavLink>