Skip to content

Commit

Permalink
fix(card): prevent image from being squeezed in landscape orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarokh committed Dec 9, 2024
1 parent b823e7d commit 6c7aa0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ section {
}

img {
flex-shrink: 0;
transition: filter 0.6s ease;
object-fit: cover;
border-radius: calc(
Expand Down

0 comments on commit 6c7aa0a

Please sign in to comment.