diff --git a/styles/Navbar.module.css b/styles/Navbar.module.css index 13c72e52..5d03b133 100644 --- a/styles/Navbar.module.css +++ b/styles/Navbar.module.css @@ -81,7 +81,7 @@ /* animation after clicking the hamburger icon */ .menu:checked ~ .hams { - transform: rotate(200deg); + transform: rotate(180deg); top: 23px; }