@appartmint/mint 4.0.14 → 4.0.15
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) {
|
|
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) {
|
|
794
794
|
grid-column: 2;
|
|
795
795
|
}
|
|
796
796
|
.mint-grid.mint-4 > :last-child:nth-child(3n+2) {
|