@kids-reporter/draft-renderer 1.0.23 → 1.0.24

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.
@@ -316,7 +316,7 @@ const NavigationAndCaptionRow = _styledComponents.default.div`
316
316
  }
317
317
 
318
318
  ${_mediaQuery.mediaQuery.desktopAbove} {
319
- padding: 16px 0;
319
+ padding: 16px 0 0 0;
320
320
  }
321
321
  `;
322
322
  function getTranslateX(deviceMockup, unit) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kids-reporter/draft-renderer",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {