From 35b29774ff90c8f6ceab29896ad6337cc5530d23 Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Tue, 28 Sep 2021 23:32:51 +0200 Subject: [PATCH] Fix post image width --- themes/maik-blog/assets/scss/_post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/maik-blog/assets/scss/_post.scss b/themes/maik-blog/assets/scss/_post.scss index ad7aa72..46ddcc7 100644 --- a/themes/maik-blog/assets/scss/_post.scss +++ b/themes/maik-blog/assets/scss/_post.scss @@ -73,6 +73,10 @@ margin: 20px 0; width: 100%; } + + img { + width: 100%; + } } &-info {