Skip to content

Commit

Permalink
fix: Set a fixed image size for the hero image.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrusMaximus0 committed Dec 16, 2024
1 parent 1f8a7f5 commit a061f7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ const Home = () => {
Buy
</Link>
<figure className="w-full">
<img className={"mx-auto w-48 h-auto"} src="/home.svg" alt="IMAGE" />
<img className={"mx-auto w-48 h-48"} src="/home.svg" alt="IMAGE" />
<legend className="text-center font-thin text-xs">
Image by{' '}
<a href="https://www.freepik.com/free-vector/flat-hand-drawn-people-shopping-sale-illustration_12151005.htm#query=shopping%20cartoon&position=8&from_view=keyword&track=ais&uuid=2e9ad00f-53a2-4387-bbdd-2c2599db3615">
Freepik
Image by Freepik
</a>
</legend>
</figure>
Expand Down

0 comments on commit a061f7c

Please sign in to comment.