Skip to content

Commit

Permalink
Merge pull request #19 from neo-ngd/feature/afterlaunchnews
Browse files Browse the repository at this point in the history
fixed image height
  • Loading branch information
apisit authored Jul 26, 2024
2 parents 00e8532 + 31646fd commit 016433c
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 016433c

Please sign in to comment.