@appartmint/mint 2.7.2 → 2.7.3

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
@@ -1863,6 +1863,9 @@ iframe {
1863
1863
  margin-top: 2rem;
1864
1864
  margin-bottom: 2rem;
1865
1865
  }
1866
+ .mint-grid.mint-1 > * {
1867
+ grid-column: span 1 !important;
1868
+ }
1866
1869
  @media (min-width: 768px) {
1867
1870
  .mint-grid.mint-2 {
1868
1871
  grid-template-columns: repeat(12, 1fr);