Skip to content

Commit

Permalink
added margin in navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinaka-Pani-18 committed Aug 26, 2023
1 parent 98f9b64 commit 4b6b1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/layouts/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const Header = () => {
key={el.path}
to={el.path}
onClick={() => closeDrawer()}
className={`block px-1 mx-1 py-1 md:px-3 rounded hover:${
className={`block px-1 my-1 md:mx-1 py-1 md:px-3 rounded hover:${
theme.text_Color
} cursor-pointer font-bold ${
path === el.path && `${theme.navBar_LinkColor} `
Expand Down

0 comments on commit 4b6b1e3

Please sign in to comment.