@apify/docs-theme 1.0.27 → 1.0.29

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.27",
3
+ "version": "1.0.29",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -361,6 +361,15 @@ html.plugin-docs .theme-doc-markdown {
361
361
  line-height: 32px;
362
362
  }
363
363
 
364
+ .tsd-panel .markdown li {
365
+ margin-top: var(--ifm-list-item-margin);
366
+ }
367
+
368
+ html.plugin-docs .theme-doc-markdown img {
369
+ display: block;
370
+ margin: 0 auto;
371
+ }
372
+
364
373
  html.plugin-docs .theme-doc-markdown h1 {
365
374
  font-weight: 600;
366
375
  font-size: 48px;