Skip to content

Commit

Permalink
fix image loosing its aspect ratio (reactplay#726)
Browse files Browse the repository at this point in the history
Co-authored-by: Koustov <[email protected]>
  • Loading branch information
bhtibrewal and koustov committed Oct 20, 2022
1 parent c5220aa commit 215351c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plays/social-card/social-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
align-items: center;
justify-content: center;
width: 120px;
height: 120px;
aspect-ratio: 1;
object-fit: cover;
padding: 5px;
border-radius: 50%;
}
Expand Down

0 comments on commit 215351c

Please sign in to comment.