Skip to content

Commit

Permalink
Merge pull request #5453 from captain-Akshay/master
Browse files Browse the repository at this point in the history
chrome fix for profile icon
  • Loading branch information
captain-Akshay authored Mar 15, 2024
2 parents 0d9f9b2 + e4126c0 commit 19cad2d
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 19cad2d

Please sign in to comment.