@apify/docs-theme 1.0.27 → 1.0.28

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.28",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -361,6 +361,11 @@ html.plugin-docs .theme-doc-markdown {
361
361
  line-height: 32px;
362
362
  }
363
363
 
364
+ html.plugin-docs .theme-doc-markdown img {
365
+ display: block;
366
+ margin: 0 auto;
367
+ }
368
+
364
369
  html.plugin-docs .theme-doc-markdown h1 {
365
370
  font-weight: 600;
366
371
  font-size: 48px;