@openedx/paragon 22.8.0 → 22.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -353,6 +353,8 @@ a.pgn__card {
353
353
  bottom: #{-$card-logo-bottom-offset};
354
354
  width: $card-logo-width;
355
355
  height: $card-logo-height;
356
+ object-fit: scale-down;
357
+ object-position: center center;
356
358
  border-radius: $card-logo-border-radius;
357
359
  box-shadow: $level-1-box-shadow;
358
360
  padding: map_get($spacers, 2);