Skip to content

Commit

Permalink
fix: add missing tailwind classes (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogogmatos authored May 15, 2024
1 parent afa179f commit 8f7c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Layout = ({
<div className="mx-auto flex h-10 w-fit cursor-pointer items-center min-[400px]:h-11 sm:h-12">
<Link href="/">
<Image
className="h-[46px] w-auto"
className="h-9 w-auto min-[400px]:h-10 sm:h-12"
width={0}
height={0}
src={
Expand Down

0 comments on commit 8f7c8fe

Please sign in to comment.