Skip to content

Commit

Permalink
hamburger fix on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
elijames-codecov committed Aug 5, 2024
1 parent f33842b commit 244ed75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const year = date.getFullYear();
<Image src={logo} densities={[1, 1.5, 2, 3, 4]} alt="Fair Source Licneses" />
</a>
<div class="lg:hidden">
<button class="navbar-burger flex items-center w-[32px] h-[18px]">
<Fragment set:html={hamburger} />
<button class="relative navbar-burger flex items-center w-[32px] h-[18px]">
<Fragment set:html={hamburger} class="relative w-[100%] h-auto"/>
</button>
</div>
<div class="hidden relative lg:flex items-center lg:justify-end">
Expand Down

0 comments on commit 244ed75

Please sign in to comment.