Skip to content

Commit

Permalink
fix(footer): add height to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilielr committed May 16, 2024
1 parent eed8e8c commit 37b50a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-tavla/src/Shared/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Footer({
<Image
src={EnturLogo}
alt="Entur logo"
className="object-contain w-[70px] md:w-[200px] md:h-[40px]"
className="object-contain w-[70px] h-[20px] md:w-[200px] md:h-[40px]"
/>
)}
</footer>
Expand Down

0 comments on commit 37b50a5

Please sign in to comment.