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.
@@ -751,7 +751,9 @@ $align-class-names: top, right, bottom, left;
751
751
  // -----------------------------------------------------------------------------------------------------
752
752
  .matcha-container {
753
753
  width: 100%;
754
- max-width: 1140px;
754
+ max-width: 1128px;
755
+ margin-left:auto;
756
+ margin-right:auto;
755
757
  }
756
758
 
757
759
  // -----------------------------------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "styles for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {