From 008f1580140be72504b0168a5cbe6a01cb8afe9f Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 30 May 2020 11:24:41 +0200 Subject: [PATCH] [STYLE] Fix the figure>image width --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 675a70c..0b3af24 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -396,7 +396,7 @@ a:focus { margin-bottom: 2em; } .article-body img { - max-width: 100%; + max-width: calc(100% - 5em); } .article-body h1 { font-size: 2.55rem;