diff --git a/docs/content/operate/faq.md b/docs/content/operate/faq.md index 62e4f95e9..d9a3df071 100644 --- a/docs/content/operate/faq.md +++ b/docs/content/operate/faq.md @@ -1,4 +1,4 @@ -# Operator FAQ +# FAQ ### Does Omni provide official docker images? - Yes, see [omniops/halovisor](https://hub.docker.com/r/omniops/halovisor/tags?page_size=&ordering=&name=latest) and [ethereum/client-go](https://hub.docker.com/r/ethereum/client-go/tags?page_size=&ordering=&name=latest) diff --git a/docs/website/src/css/custom.css b/docs/website/src/css/custom.css index 7390c2a83..f16ecdc54 100644 --- a/docs/website/src/css/custom.css +++ b/docs/website/src/css/custom.css @@ -209,3 +209,10 @@ figcaption { .table-of-contents__link:hover { color: var(--ifm-color-primary-light); } + +/* Center all images in docs */ +.markdown img { + display: block; + margin: 0 auto; + margin-bottom: 1em; +}