Skip to content

Commit

Permalink
Hide close button when screen is wide enough
Browse files Browse the repository at this point in the history
  • Loading branch information
pindab0ter committed Apr 12, 2024
1 parent 9b1dece commit d994c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
</span>
</label>
<label
class="flex hidden items-center p-2 text-gray-500 hover:text-accent-light-500 dark:text-gray-200 dark:hover:text-accent-dark-500"
class="flex hidden items-center p-2 text-gray-500 hover:text-accent-light-500 dark:text-gray-200 dark:hover:text-accent-dark-500 sm:hidden"
id="close-menu-button"
for="nav-toggle"
title="Close"
Expand Down

0 comments on commit d994c47

Please sign in to comment.