@appartmint/mint 0.12.2 → 0.12.3
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.
package/dist/css/mint.css
CHANGED
|
@@ -405,10 +405,15 @@ p .mint-pill, p .mint-btn {
|
|
|
405
405
|
max-width: 4rem;
|
|
406
406
|
max-height: 4rem;
|
|
407
407
|
}
|
|
408
|
+
.mint-card .mint-title > .mint-image.mint-large, .mint-card .mint-title > mint-image .mint-image.mint-large {
|
|
409
|
+
max-width: 8rem;
|
|
410
|
+
max-height: 8rem;
|
|
411
|
+
}
|
|
408
412
|
.mint-card .mint-title > .mint-image img, .mint-card .mint-title > mint-image .mint-image img {
|
|
409
413
|
display: block;
|
|
410
414
|
width: 100%;
|
|
411
415
|
height: 100%;
|
|
416
|
+
object-fit: contain;
|
|
412
417
|
}
|
|
413
418
|
.mint-card .mint-title i {
|
|
414
419
|
display: flex;
|