diff --git a/components/navigation/MainNav/index.tsx b/components/navigation/MainNav/index.tsx index 7fb421ff..7a9e7117 100644 --- a/components/navigation/MainNav/index.tsx +++ b/components/navigation/MainNav/index.tsx @@ -74,7 +74,7 @@ const MainNav: FC = ({ setOpenSideBar, openSideBar }) => { className={`${ openSearch ? "hidden lg:block" - : "min-w-0 max-h-[2rem] w-full max-w-[10rem] md:h-[2.75rem] md:w-[15.5rem]" + : "min-w-0 max-h-[2rem] w-full max-w-[10rem] md:max-h-[2.75rem] md:max-w-[15.5rem]" }`} /> )}