Skip to content

Commit

Permalink
fixed image height
Browse files Browse the repository at this point in the history
  • Loading branch information
apisit committed Jul 26, 2024
1 parent df15cb2 commit 31646fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Funding.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Funding(props) {
</div>

<div>
<img className="z-10 lg:absolute right-0 top-0 h-full" src="/assets/elevate_banner.png" />
<img className="z-10 lg:absolute right-0 top-0 lg:h-full h-72 ml-auto" src="/assets/elevate_banner.png" />
</div>

</div>
Expand Down

0 comments on commit 31646fd

Please sign in to comment.