Skip to content

Commit

Permalink
Merge pull request #336 from divyanshii10/navbar-features
Browse files Browse the repository at this point in the history
Proper alignment of navbar options
  • Loading branch information
Mujtabaa07 authored Jan 18, 2025
2 parents 366e77e + 4e5edf0 commit 93562b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/componets/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ const NavLink = styled(motion.div)`
font-size: 1.1rem;
transition: all 0.3s ease;
font-family: "Poppins", sans-serif;
padding: 20px;
padding: 20px;
&:hover {
color: #ffe4b5;
Expand Down

0 comments on commit 93562b5

Please sign in to comment.