@mirai/core 0.4.20 → 0.4.21

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.
@@ -103,8 +103,8 @@ body {
103
103
  }
104
104
  }
105
105
 
106
- /* M */
107
- @media only screen and (min-width: 481px) and (max-width: 1179px) {
106
+ /* S & M */
107
+ @media only screen and (max-width: 1179px) {
108
108
  .content {
109
109
  flex-direction: column;
110
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/core",
3
- "version": "0.4.20",
3
+ "version": "0.4.21",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",