matcha-theme 1.0.18 → 1.0.19

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.
@@ -150,7 +150,7 @@
150
150
  column-gap: 16px;
151
151
  row-gap: 16px;
152
152
  }
153
- @media screen and (min-width: 1024px){
153
+ @media screen and (min-width: 600px) {
154
154
  .gap-inside {
155
155
  -moz-column-gap: 16px;
156
156
  column-gap: 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "styles for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {