@appartmint/mint 4.0.15 → 4.2.1

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
@@ -761,7 +761,7 @@ body.mint-fixed #mint-header {
761
761
  grid-column: span 1;
762
762
  width: 100%;
763
763
  }
764
- .mint-grid.mint-3 > :last-child:nth-child(3n) {
764
+ .mint-grid.mint-3 > :last-child:nth-child(3n+1) {
765
765
  grid-column: 2;
766
766
  }
767
767
  .mint-grid.mint-3 > :last-child:nth-child(3n+2) {
@@ -790,7 +790,7 @@ body.mint-fixed #mint-header {
790
790
  grid-column: span 1;
791
791
  width: 100%;
792
792
  }
793
- .mint-grid.mint-4 > :last-child:nth-child(3n) {
793
+ .mint-grid.mint-4 > :last-child:nth-child(3n+1) {
794
794
  grid-column: 2;
795
795
  }
796
796
  .mint-grid.mint-4 > :last-child:nth-child(3n+2) {
@@ -1512,6 +1512,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1512
1512
  padding-top: 25%;
1513
1513
  background: none;
1514
1514
  border: none;
1515
+ width: 100%;
1515
1516
  }
1516
1517
  .mint-card-grid:has(.mint-image) .mint-content::before, :root:root .mint-card-grid:has(.mint-image) [data-amplify-authenticator] [data-amplify-container] [data-amplify-router]::before, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-card-grid:has(.mint-image) [data-amplify-router]::before {
1517
1518
  opacity: 0;