Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
change card hero object-fit
Browse files Browse the repository at this point in the history
  • Loading branch information
devnook committed Nov 2, 2021
1 parent c63a328 commit 1248264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/blocks/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.card__hero {
width: 100%;
aspect-ratio: 5/3;
object-fit: cover;
object-fit: contain;
border-radius: $global-radius-large;
}

Expand Down

0 comments on commit 1248264

Please sign in to comment.