Skip to content

Commit

Permalink
fix header logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaMunterud committed Nov 7, 2024
1 parent a8a1f50 commit 68ab075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navigation/MainNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const MainNav: FC<MainNavProps> = ({ 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]"
}`}
/>
)}
Expand Down

0 comments on commit 68ab075

Please sign in to comment.