mp-design-system 0.9.28 → 0.9.29

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-design-system",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -449,7 +449,9 @@
449
449
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 20%);
450
450
 
451
451
  .c-card__image img {
452
+ max-height: 252px;
452
453
  aspect-ratio: 2/1;
454
+ object-fit: cover;
453
455
  }
454
456
 
455
457
  .c-card__header > * + * {