Skip to content

Commit

Permalink
fix: resolve stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Aug 11, 2023
1 parent 5ddce1f commit d3c4999
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Card/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,7 @@ a.pgn__card {
.pgn__card-image-cap {
height: 100%;
max-width: inherit;
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;
border-radius: $card-image-border-radius 0 0 $card-image-border-radius;
width: auto;
object-fit: cover;
}
Expand Down

0 comments on commit d3c4999

Please sign in to comment.