From 1fc09ac76fce170a4944c551d05b78a9907e0d4b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 21 Apr 2025 01:34:24 +0900 Subject: feat(blog/style): fix max width of image --- vhosts/blog/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vhosts/blog/static') diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css index 18b6ffae..fccac09c 100644 --- a/vhosts/blog/static/style.css +++ b/vhosts/blog/static/style.css @@ -247,6 +247,11 @@ h1 { font-size: 1rem; } +img { + max-width: 100%; + height: auto; +} + .not-found { font-size: 8rem; font-weight: bold; -- cgit v1.2.3-70-g09d2