Skip to content

Commit

Permalink
Merge pull request #32 from ReshetS/mobile-menu.css
Browse files Browse the repository at this point in the history
Mobile menu.css
  • Loading branch information
ReshetS authored Apr 15, 2024
2 parents 9ea8bf5 + 57178e6 commit 3c2f3a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/partials/mobile-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<button type="button" class="modal-btn">
<svg
class="modal-close-icon-mini"
width="20"
height="20"
width="32"
height="32"
aria-label="close-icon"
>
<use href="./img/icons.svg#miniX"></use>
</svg>
<svg
class="modal-close-icon-big"
width="24"
height="24"
width="40"
height="40"
aria-label="close-icon"
>
<use href="./img/icons.svg#bigX"></use>
Expand Down

0 comments on commit 3c2f3a9

Please sign in to comment.