Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update Footer.tsx re-add maxh for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Jul 23, 2024
1 parent 63c1fa3 commit e3d12c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Footer = () => {
<Grid row gap>
<Grid tablet={{ col: 4 }} desktop={{ col: 6 }}>
<Image
className="margin-bottom-2 tablet:margin-bottom-0"
className="maxh-15 margin-bottom-2 tablet:margin-bottom-0"
alt={t("logo_alt")}
src={GrantsLogo}
height={168}
Expand Down

0 comments on commit e3d12c4

Please sign in to comment.