@appartmint/mint 0.12.1 → 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
|
@@ -370,7 +370,8 @@ p .mint-pill, p .mint-btn {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
.mint-card .mint-content {
|
|
373
|
-
display:
|
|
373
|
+
display: flex;
|
|
374
|
+
flex-direction: column;
|
|
374
375
|
gap: 1rem;
|
|
375
376
|
position: relative;
|
|
376
377
|
padding: 1.5rem;
|
|
@@ -404,10 +405,15 @@ p .mint-pill, p .mint-btn {
|
|
|
404
405
|
max-width: 4rem;
|
|
405
406
|
max-height: 4rem;
|
|
406
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
|
+
}
|
|
407
412
|
.mint-card .mint-title > .mint-image img, .mint-card .mint-title > mint-image .mint-image img {
|
|
408
413
|
display: block;
|
|
409
414
|
width: 100%;
|
|
410
415
|
height: 100%;
|
|
416
|
+
object-fit: contain;
|
|
411
417
|
}
|
|
412
418
|
.mint-card .mint-title i {
|
|
413
419
|
display: flex;
|