From e04d4bb12437d2f7dafc163a92d306f6e1ed62a2 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 13 Sep 2023 11:27:39 +0000 Subject: [PATCH] added css img- display: block --- issues/_common/header | 1 + 1 file changed, 1 insertion(+) diff --git a/issues/_common/header b/issues/_common/header index 06e1092..dff88b0 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -96,6 +96,7 @@ body { } img { + display: block; max-width: 100%; height: auto; margin: auto;