Skip to content

Commit

Permalink
fix: scales down card logo cap (#3218)
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 authored Sep 11, 2024
1 parent a2d1a9d commit e7160b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Card/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ a.pgn__card {
bottom: #{-$card-logo-bottom-offset};
width: $card-logo-width;
height: $card-logo-height;
object-fit: scale-down;
object-position: center center;
border-radius: $card-logo-border-radius;
box-shadow: $level-1-box-shadow;
padding: map_get($spacers, 2);
Expand Down

0 comments on commit e7160b2

Please sign in to comment.