Skip to content

Commit

Permalink
Merge pull request #2900 from manvitha984/NavbarEdit
Browse files Browse the repository at this point in the history
Update Navbar.css
  • Loading branch information
panwar8279 authored Aug 10, 2024
2 parents 31f182f + f902ddd commit 428d2b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/style/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
top: -10px; /* Adjust the value as needed */
}
.navbar-content li {
flex-grow: 1; /* Make the navbar items stretch to fill the width */
margin: 0 15px; /* Add margin to create space between nav items */
flex-grow: 1;
margin: 0 15px;
padding-right:30px;
font-size: 1.3rem;
text-decoration: none; /* Ensures no underline */
}
Expand Down

0 comments on commit 428d2b7

Please sign in to comment.