matcha-theme 1.0.15 → 1.0.16
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/base/_helpers.scss +9 -0
- package/package.json +1 -1
package/base/_helpers.scss
CHANGED
|
@@ -745,6 +745,15 @@ $align-class-names: top, right, bottom, left;
|
|
|
745
745
|
overflow-x: hidden
|
|
746
746
|
}
|
|
747
747
|
|
|
748
|
+
|
|
749
|
+
// -----------------------------------------------------------------------------------------------------
|
|
750
|
+
// @ Container helpers
|
|
751
|
+
// -----------------------------------------------------------------------------------------------------
|
|
752
|
+
.matcha-container {
|
|
753
|
+
width: 100%;
|
|
754
|
+
max-width: 1140px;
|
|
755
|
+
}
|
|
756
|
+
|
|
748
757
|
// -----------------------------------------------------------------------------------------------------
|
|
749
758
|
// @ Display helpers
|
|
750
759
|
// -----------------------------------------------------------------------------------------------------
|