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.
@@ -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
  // -----------------------------------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "styles for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {