From 65cfe8b28fe116d7ab630ba77186c555d79cdd57 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Thu, 18 Apr 2024 05:06:49 +0300 Subject: [PATCH] make images fit --- static/post.css | 4 ++++ 1 file changed, 4 insertions(+) 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%; +}