Skip to content

Commit

Permalink
style: 💄 change MenuItems' container width
Browse files Browse the repository at this point in the history
  • Loading branch information
kehyshow committed Aug 22, 2022
1 parent ac57c03 commit 045a13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/menu/MegaMenu/MenusContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const MenusContainer = () => {

return (
<div className=" flex">
<nav className="md:w-72 md:py-4 ltr:border-r-2 rtl:border-l-2 border-slate-300">
<nav className="md:w-80 md:py-4 ltr:border-r-2 rtl:border-l-2 border-slate-300">
<MenuItems onMouseOver={activeItem} />
</nav>
<SubMenu subMenuItems={subMenuItems} />
Expand Down

0 comments on commit 045a13d

Please sign in to comment.