@kids-reporter/draft-renderer 0.4.36 → 0.4.37

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.
@@ -92,9 +92,7 @@ const ArticleBodyContainer = _styledComponents.default.div`
92
92
  margin: 0 auto 27px auto;
93
93
 
94
94
  ${_mediaQuery.mediaQuery.smallOnly} {
95
- width: calc(100vw - 30px);
96
- margin-left: auto;
97
- margin-right: auto;
95
+ width: 100%;
98
96
  }
99
97
  `;
100
98
  var BlockquoteTypeEnum = /*#__PURE__*/function (BlockquoteTypeEnum) {
@@ -89,9 +89,7 @@ const ArticleBodyContainer = _styledComponents.default.div`
89
89
  margin: 0 auto 27px auto;
90
90
 
91
91
  ${_mediaQuery.mediaQuery.smallOnly} {
92
- width: calc(100vw - 30px);
93
- margin-left: auto;
94
- margin-right: auto;
92
+ width: 100%;
95
93
  }
96
94
  `;
97
95
  function EmbeddedCodeInArticleBody({
@@ -144,9 +144,7 @@ const ArticleBodyContainer = _styledComponents.default.div`
144
144
  margin: 60px auto;
145
145
 
146
146
  ${_mediaQuery.mediaQuery.smallOnly} {
147
- width: calc(100vw - 30px);
148
- margin-left: auto;
149
- margin-right: auto;
147
+ width: 100%;
150
148
  }
151
149
  `;
152
150
  const EditorContainer = _styledComponents.default.div`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kids-reporter/draft-renderer",
3
- "version": "0.4.36",
3
+ "version": "0.4.37",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {