Skip to content

Commit

Permalink
after click on hamburger icons cross icon needs to align properly amu…
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilG0 committed May 20, 2024
1 parent c5f45df commit a1a1cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/Navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

/* animation after clicking the hamburger icon */
.menu:checked ~ .hams {
transform: rotate(200deg);
transform: rotate(180deg);
top: 23px;
}

Expand Down

0 comments on commit a1a1cc2

Please sign in to comment.