Skip to content

Commit

Permalink
fix: hide hamburger menu on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Apr 4, 2024
1 parent 3310f6f commit 20c05ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template-parts/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
</a>

<!-- hamburger -->
<button class="hamburger-menu bg-transparent px-4 py-1 border-0 hover:bg-white/10 transition-colors">
<svg class="h-6 w-6 text-white lg:hidden" fill="none" stroke="currentColor" viewBox="0 0 24 24"
<button class="lg:hidden hamburger-menu bg-transparent px-4 py-1 border-0 hover:bg-white/10 transition-colors">
<svg class="h-6 w-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6h16M4 12h16m-7 6h7"></path>
Expand Down

0 comments on commit 20c05ef

Please sign in to comment.