Skip to content

Commit

Permalink
Add margin-bottom to avatar and rnIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkan1 committed Feb 11, 2024
1 parent f9475c8 commit 3136af8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const Styles = styled.div`
border-radius: 50%;
height: 80px;
transition: 3s;
margin-bottom: 1rem;
&:hover {
transform: rotate(360deg);
Expand Down Expand Up @@ -181,6 +182,7 @@ const Styles = styled.div`
.rnIcon {
height: 55px;
margin-bottom: 1rem;
}
}
Expand Down

0 comments on commit 3136af8

Please sign in to comment.