@appartmint/mint 0.12.1 → 0.12.2

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: grid;
373
+ display: flex;
374
+ flex-direction: column;
374
375
  gap: 1rem;
375
376
  position: relative;
376
377
  padding: 1.5rem;