From 818881b22a5a2b568ddc61cbff3b62476a56cdf6 Mon Sep 17 00:00:00 2001 From: rebeccahongsf Date: Wed, 24 Apr 2024 18:27:32 -0700 Subject: [PATCH] add spacing to submenu --- src/components/menu/main-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menu/main-menu.tsx b/src/components/menu/main-menu.tsx index 76626305..e4483380 100644 --- a/src/components/menu/main-menu.tsx +++ b/src/components/menu/main-menu.tsx @@ -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,