diff --git a/static/post.css b/static/post.css index eb4cae1..8f4c0b1 100644 --- a/static/post.css +++ b/static/post.css @@ -27,3 +27,7 @@ pre > code { background-color: var(--base); color: var(--text); } + +img { + max-width: 100%; +}