increase nav-menu top padding

This commit is contained in:
desmukh 2023-01-08 02:30:28 +05:00
parent ac79178248
commit e1864794ae
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const navMenuItems = [
const NavMenu = ({ location }) => {
return (
<Box pt={18} component="nav">
<Box pt={32} component="nav">
<Stack spacing={2} alignItems="flex-end" mr={6}>
{navMenuItems.map(({ label, path }) => (
<Link