From b61088d52a14ecf4cd6efd951a53ded17f732c9c Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 29 Jun 2020 21:20:08 +0200 Subject: [PATCH] [THEME] Fix the images size --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 502704c..13448b9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -397,6 +397,7 @@ a:focus { } .article-body img { max-width: calc(100% - 5em); + min-width: 100%; } .article-body h1 { font-size: 2.55rem;