From 8c5658a64b7d6c3501037a9e491ec89c0ded3ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Mon, 16 Oct 2023 22:20:13 +0200 Subject: [PATCH] make pictures a bit smaller to compensate the larger website --- issues/_common/header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/_common/header b/issues/_common/header index dff88b0..4049382 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -97,7 +97,7 @@ body { img { display: block; - max-width: 100%; + max-width: 80%; height: auto; margin: auto; border: 3px solid black;