@appartmint/mint 3.0.7 → 3.0.8

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
@@ -685,7 +685,7 @@ body.mint-fixed #mint-header {
685
685
  .mint-flex.mint-around {
686
686
  justify-content: space-around;
687
687
  }
688
- .mint-flex.mint-even {
688
+ .mint-flex.mint-evenly {
689
689
  justify-content: space-evenly;
690
690
  }
691
691
  .mint-flex.mint-align-start {