Skip to content

Commit

Permalink
Navigation Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerLevel9000 committed Aug 5, 2023
1 parent c13f459 commit df1b1f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/features/nav/MobileMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ const Mobile = styled.div`
position: relative;
animation: ${glowingAnimation} 2s infinite;
}
li {
padding: 0 .5rem;
}
}
`;

Expand Down
1 change: 1 addition & 0 deletions src/features/nav/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const NavWrap = styled.nav`
}
.hamburger-react {
position: relative;
color: #c3b0ec;
z-index: 5;
}
Expand Down

0 comments on commit df1b1f9

Please sign in to comment.