Skip to content

Commit

Permalink
Changed image class for pet listing component
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Feb 21, 2024
1 parent ed8dfce commit 903650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/contract-ui/src/components/Petitem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function PetItem(){
<div className="max-w-md mx-auto bg-white rounded-xl shadow-md overflow-hidden md:max-w-2xl">
<div className="md:flex">
<div className="md:shrink-0">
<img className="h-48 w-full object-cover md:h-full md:w-48" src="https://placedog.net/300/200/11" alt="Modern building architecture"/>
<img className="h-48 w-full object-fill md:h-full md:w-48" src="https://placedog.net/300/200/11" alt="Modern building architecture"/>
</div>
<div className="p-8">
<div className="grid-rows-4 grid-flow-col gap-4 text-left">
Expand Down

0 comments on commit 903650f

Please sign in to comment.