From a1a1cc24f50f062438cde5a4477d1c3302a4f3c0 Mon Sep 17 00:00:00 2001 From: Kapil Gupta Date: Mon, 20 May 2024 12:45:58 +0530 Subject: [PATCH] after click on hamburger icons cross icon needs to align properly #639 --- styles/Navbar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }