Skip to content

Commit

Permalink
Adjusted navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
KARANSINGH34951 committed Jul 18, 2024
1 parent 1cd7f60 commit 6063986
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Navbar/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const Navbar = () => {
</Link>
</Menu>
<nav className="flex items-center py-4 px-2 text-md">
<div className="flex gap-5 w-[30%] justify-center items-center max-lg:hidden">
<div className="flex gap-5 w-[30%] justify-center items-center max-lg:hidden px-9">
<NavLink
to="/"
className={({ isActive }) =>
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

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

0 comments on commit 6063986

Please sign in to comment.