@appartmint/mint 0.10.27 → 0.10.29
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/README.md
CHANGED
package/dist/css/mint.css
CHANGED
|
@@ -314,11 +314,12 @@ p .mint-pill, p .mint-btn {
|
|
|
314
314
|
}
|
|
315
315
|
.mint-card.mint-stagger {
|
|
316
316
|
position: relative;
|
|
317
|
-
width:
|
|
317
|
+
width: 100%;
|
|
318
318
|
}
|
|
319
319
|
@media (min-width: 768px) {
|
|
320
320
|
.mint-card.mint-stagger {
|
|
321
321
|
flex-direction: row;
|
|
322
|
+
width: calc(100% + 3rem);
|
|
322
323
|
border-radius: 0;
|
|
323
324
|
box-shadow: none;
|
|
324
325
|
overflow: visible;
|
|
@@ -346,10 +347,10 @@ p .mint-pill, p .mint-btn {
|
|
|
346
347
|
.mint-card.mint-stagger.mint-reverse {
|
|
347
348
|
flex-direction: row-reverse;
|
|
348
349
|
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
350
|
+
.mint-card.mint-stagger.mint-reverse > .mint-image, .mint-card.mint-stagger.mint-reverse > mint-image .mint-image {
|
|
351
|
+
margin-right: 3rem;
|
|
352
|
+
margin-left: -3rem;
|
|
353
|
+
}
|
|
353
354
|
}
|
|
354
355
|
.mint-card > .mint-image:only-child, .mint-card > mint-image:only-child .mint-image {
|
|
355
356
|
width: 100%;
|
|
@@ -370,6 +371,7 @@ p .mint-pill, p .mint-btn {
|
|
|
370
371
|
.mint-card .mint-content {
|
|
371
372
|
display: grid;
|
|
372
373
|
gap: 1rem;
|
|
374
|
+
position: relative;
|
|
373
375
|
padding: 1.5rem;
|
|
374
376
|
background: var(--mint-black-2);
|
|
375
377
|
width: 100%;
|