Skip to content

Commit

Permalink
Reduced padding mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 14, 2024
1 parent 3f44e55 commit 6fa21e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</nav>
<!-- Mobile Navigation -->
<nav
class="flex justify-between lg:hidden text-black absolute xl:bottom-20 xl:left-24 xl:border-0 w-full top-8 left-4 rounded-sm"
class="flex justify-between lg:hidden text-black absolute xl:bottom-20 xl:left-24 xl:border-0 w-full top-4 left-4 rounded-sm"
>
<div class="bg-white flex">
<a href="/">
Expand Down

0 comments on commit 6fa21e0

Please sign in to comment.