@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 +1 -1
- package/src/theme/custom.css +5 -0
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -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;
|