Skip to content

Commit

Permalink
chrome fix
Browse files Browse the repository at this point in the history
Signed-off-by: captain-Akshay <[email protected]>
  • Loading branch information
captain-Akshay committed Mar 15, 2024
1 parent 6243139 commit e4126c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/sections/General/Navigation/navigation.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const NavigationWrap = styled.header`
width: 2.5rem;
height: 2.5rem;
display: flex;
align-items: center;
border-radius: 50%;
background-color: #c5c5c5;
overflow: hidden;
Expand Down Expand Up @@ -94,8 +95,8 @@ const NavigationWrap = styled.header`
.dark-theme-toggle {
margin-left: 0.5em;
}
.dropDown{
margin-left:3rem;
.dropDown {
margin-left: 3rem;
}
}
@media screen and (max-width: 992px) {
Expand Down Expand Up @@ -123,8 +124,8 @@ const NavigationWrap = styled.header`
top: 2rem;
left: -6rem;
}
.dropDown{
margin-left:1rem;
.dropDown {
margin-left: 1rem;
}
}
}
Expand Down

0 comments on commit e4126c0

Please sign in to comment.