From 47225a25df375826df26fee37727f34f53b4c9ce Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 25 Sep 2022 22:56:33 +0200 Subject: [PATCH] fix img --- assets/css/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/app.scss b/assets/css/app.scss index 8b6417b..27d3167 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -347,6 +347,11 @@ pre[class*="language-"] { > .content-wrapper { min-height: calc(100vh - 105px); } + + img { + display: inline; + height: inherit; + } } .header {