Skip to content

Commit

Permalink
fix: add border-bottom-right-radius to card image cap styles (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Aug 11, 2023
1 parent 3a83b2a commit 9ab09a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Card/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ a.pgn__card {
border-top-left-radius: $card-image-border-radius;
border-top-right-radius: 0;
border-bottom-left-radius: $card-image-border-radius;
border-bottom-right-radius: 0;
width: auto;
object-fit: cover;
}
Expand Down

0 comments on commit 9ab09a0

Please sign in to comment.