@appartmint/mint 2.7.5 → 2.7.6

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
@@ -1765,7 +1765,9 @@ body {
1765
1765
  }
1766
1766
 
1767
1767
  body.mint-fixed main {
1768
- margin-top: var(--mint-header-height);
1768
+ min-height: 100vh;
1769
+ min-height: 100dvh;
1770
+ padding-top: var(--mint-header-height);
1769
1771
  }
1770
1772
 
1771
1773
  main {