matcha-theme 1.0.16 → 1.0.17
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 +3 -1
- package/package.json +1 -1
package/base/_helpers.scss
CHANGED
|
@@ -751,7 +751,9 @@ $align-class-names: top, right, bottom, left;
|
|
|
751
751
|
// -----------------------------------------------------------------------------------------------------
|
|
752
752
|
.matcha-container {
|
|
753
753
|
width: 100%;
|
|
754
|
-
max-width:
|
|
754
|
+
max-width: 1128px;
|
|
755
|
+
margin-left:auto;
|
|
756
|
+
margin-right:auto;
|
|
755
757
|
}
|
|
756
758
|
|
|
757
759
|
// -----------------------------------------------------------------------------------------------------
|