Skip to content

Commit

Permalink
Fix ZetaDocs logo alignment (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mfigueira authored Oct 29, 2024
1 parent ac79071 commit bb8c17e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const NavigationLayout: React.FC<NavigationLayoutProps> = ({ isMainPage,
}`,
}}
>
<div className="hidden sm:flex items-center h-[104px] py-6 pl-4 sm:pl-6">
<div className="hidden sm:flex items-center h-[104px] py-6 pl-4 sm:pl-6 shrink-0">
<Link href="/">
<IconZetaDocsLogo className="text-green-700 dark:text-grey-50" />
</Link>
Expand Down

0 comments on commit bb8c17e

Please sign in to comment.