Skip to content

Commit

Permalink
fix: degree
Browse files Browse the repository at this point in the history
Signed-off-by: upsaurav12 . <[email protected]>
  • Loading branch information
upsaurav12 committed Aug 9, 2024
1 parent 7f92763 commit 83dfca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/General/Navigation/navigation.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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%;
Expand Down

0 comments on commit 83dfca3

Please sign in to comment.