Skip to content

Commit

Permalink
Increase touch area of close menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Oct 27, 2024
1 parent c5cf6ff commit a2d02a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/nav.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
">
<div class="box-content w-64 px-16 py-12">
<div class="xl:hidden mb-8">
<button onclick="toggleMenu()" class="fill-white active:fill-primary">
<button onclick="toggleMenu()" class="-m-2 p-2 fill-white active:fill-primary">
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title-close-menu">
<title id="title-close-menu">Close menu</title>
<path d="M4.6966991 2.5753788a1 1 0 0 0-1.4142135 0l-.7071068.7071068a1 1 0 0 0 0 1.4142135L15.303301 17.424621a1 1 0 0 0 1.414213 0l.707107-.707107a1 1 0 0 0 0-1.414213z"/><path d="M17.42462 4.6966996a1 1 0 0 0 0-1.4142135l-.707106-.7071068a1 1 0 0 0-1.414214 0L2.5753788 15.303301a1 1 0 0 0 0 1.414213l.707107.707107a1 1 0 0 0 1.4142132 0z"/>
Expand Down

0 comments on commit a2d02a7

Please sign in to comment.