@apify/docs-theme 1.0.49 → 1.0.50

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -293,11 +293,6 @@ header.hero div[class^=heroButtons] {
293
293
  justify-content: inherit;
294
294
  }
295
295
 
296
- article {
297
- margin-left: 15px;
298
- margin-right: 15px;
299
- }
300
-
301
296
  .markdown blockquote {
302
297
  --ifm-alert-background-color: var(--ifm-color-info-contrast-background);
303
298
  --ifm-alert-background-color-highlight: rgba(84,199,236,.15);