Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
fix: revert object fit cover
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-maulana-tkp committed Aug 10, 2020
1 parent a302d72 commit 1d4a35c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/routes/Home/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const productCard = {

const productImg = {
width: '100%',
height: '130px',
height: '130px',
objectFit: 'cover',
borderRadius: '8px 8px 0 0',
};

Expand Down

0 comments on commit 1d4a35c

Please sign in to comment.