Skip to content

Commit

Permalink
add spacing to submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Apr 25, 2024
1 parent 94de0f3 commit 818881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/main-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const MenuItem = ({
);

const subMenuStyles = clsx(
"list-unstyled w-full min-w-[300px] lg:bg-fog-light lg:border lg:border-white lg:shadow-2xl lg:absolute lg:rounded-[25px] lg:px-12 lg:py-4",
"list-unstyled w-full min-w-[300px] lg:bg-fog-light lg:border lg:border-white lg:shadow-2xl lg:absolute lg:rounded-[25px] lg:px-12 lg:py-4 lg:mt-3",
zIndexes[level],
{
"lg:top-full lg:right-0": level === 0,
Expand Down

0 comments on commit 818881b

Please sign in to comment.