@appartmint/mint 4.2.6 → 4.2.7

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
@@ -857,6 +857,11 @@ body.mint-fixed #mint-header {
857
857
  grid-column: span 3;
858
858
  }
859
859
  }
860
+ .mint-grid-fit {
861
+ display: grid;
862
+ grid-template-columns: repeat(minmax(min(var(--mint-grid-fit-w), 100%), 1fr));
863
+ gap: var(--mint-grid-gap);
864
+ }
860
865
 
861
866
  :root .mint-landing.swiper {
862
867
  max-width: 100vw;