Skip to content

Commit

Permalink
fixing navlink alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunmishraaa committed Jan 4, 2025
1 parent 8cc81ac commit 95423a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/componets/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ body.menu-open {
z-index: 1000;
padding: 10px 20px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
gap: 3rem;;
}

/*Highlighting current page*/
Expand Down

0 comments on commit 95423a8

Please sign in to comment.