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 and PKulkoRaccoonGang committed Dec 4, 2024
1 parent 0c6a08d commit 524f15d
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 @@ -352,6 +352,8 @@ a.pgn__card {
bottom: calc(-1 * var(--pgn-spacing-card-logo-bottom-offset-base));
width: var(--pgn-size-card-logo-width);
height: var(--pgn-size-card-logo-height);
object-fit: scale-down;
object-position: center center;
border-radius: var(--pgn-size-card-border-radius-logo);
box-shadow: var(--pgn-elevation-box-shadow-level-1);
padding: map_get($spacers, 2);
Expand Down

0 comments on commit 524f15d

Please sign in to comment.