diff --git a/pdoc/templates/content.css b/pdoc/templates/content.css index b52df537..f453bd3f 100644 --- a/pdoc/templates/content.css +++ b/pdoc/templates/content.css @@ -468,3 +468,8 @@ This makes sure that the pdoc styling doesn't leak to the rest of the page when padding: 6px 13px; border: 1px solid var(--accent2); } + +.pdoc img { + height: auto; + max-width: 100%; +}