Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
promiseonuoha committed Nov 15, 2024
1 parent 50287c3 commit 28e9505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/application/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function Hero() {
transition={{ ease: "linear", duration: 2 }}
src={"/landing.png"}
alt=""
className="w-[45%] h-max tablet:w-max tablet:max-w-full"
className="w-[45%] h-max tablet:h-[250px] object-contain tablet:w-max tablet:max-w-full"
/>
</div>
);
Expand Down

0 comments on commit 28e9505

Please sign in to comment.