Skip to content

Commit

Permalink
fix hamburger icon
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Dec 10, 2024
1 parent 82a8859 commit 825ff2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions themes/openaq/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<input id="menu-toggle" type="checkbox" />
<label class='menu-button-container' for="menu-toggle">
<div class='menu-button'>
<span class="material-symbols-outlined">
menu
</span>
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000000"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg>
</div>
</label>
<ul class="nav-list">
Expand Down

0 comments on commit 825ff2e

Please sign in to comment.