Skip to content

Commit

Permalink
chore(docs): center images (#2472)
Browse files Browse the repository at this point in the history
center the images

issue: none
  • Loading branch information
ttarsi authored Nov 14, 2024
1 parent b0b379d commit d56de9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/operate/faq.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
7 changes: 7 additions & 0 deletions docs/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit d56de9c

Please sign in to comment.