From 83dfca3f92ef8ca5a926073f522302f01b3ea12d Mon Sep 17 00:00:00 2001 From: "upsaurav12 ." Date: Fri, 9 Aug 2024 12:31:19 +0000 Subject: [PATCH] fix: degree Signed-off-by: upsaurav12 . --- src/sections/General/Navigation/navigation.style.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sections/General/Navigation/navigation.style.js b/src/sections/General/Navigation/navigation.style.js index 80e8374b6409..29a4f7f5cb86 100644 --- a/src/sections/General/Navigation/navigation.style.js +++ b/src/sections/General/Navigation/navigation.style.js @@ -672,7 +672,7 @@ const NavigationWrap = styled.header` .plus span::before { width: 10px; height: 2.5px; /* Thickness of the horizontal line */ - transform: rotate(40deg); + transform: rotate(45deg); top: 10px; margin-top: 26%; margin-left: 16.124%; @@ -681,7 +681,7 @@ const NavigationWrap = styled.header` .plus span::after { width: 2.5px; /* Thickness of the vertical line */ height: 10px; - transform: rotate(40deg); + transform: rotate(45deg); margin-top: 42.125%; margin-left: -14%;