Skip to content

Commit

Permalink
Merge pull request #377 from dhruv8433/card-resize
Browse files Browse the repository at this point in the history
resolve height bug
  • Loading branch information
pooranjoyb authored Jul 28, 2024
2 parents 7ccbee1 + 2e3314a commit b87f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Product.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Product({ name, image, price, desc }: Data) {
<img
src={image}
alt="Tall slender porcelain bottle with natural clay textured body and cork stopper."
className="h-full w-full object-cover object-center group-hover:opacity-75 hover:duration-300"
className="h-[400px] w-full object-cover object-center group-hover:opacity-75 hover:duration-300"
/>
</div>
<h3 className="mt-4 text-sm text-gray-700">{name}</h3>
Expand Down

0 comments on commit b87f4f5

Please sign in to comment.