d2ed824d5c53189726c37ba507bdbf5639b80bec diff --git a/public/style.css b/public/style.css index 59154cc310c403e655b9b211d1777afe0c838ba0..0f0417e0a6c974c7efc7cf771a82c5d3b3adaa54 100644 --- a/public/style.css +++ b/public/style.css @@ -544,6 +544,14 @@ main.md table.test-stability td.test-stab-num { line-height: 1.65; } .docs-content > h1:first-child { margin-top: 0; } +.docs-content img { + max-width: 600px; + width: 100%; + height: auto; + display: block; + margin: 1.75rem auto; + border-radius: 6px; +} .docs-content h2, .docs-content h3 { scroll-margin-top: 1rem;