From cee428a1277acd54eab4851e1b8f61f16ba362e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=ABl?= Date: Thu, 28 Sep 2023 16:22:20 +0200 Subject: [PATCH] image fill --- themes/noelmrtn-theme/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/noelmrtn-theme/static/css/style.css b/themes/noelmrtn-theme/static/css/style.css index 8d7b6a7..46dd18f 100644 --- a/themes/noelmrtn-theme/static/css/style.css +++ b/themes/noelmrtn-theme/static/css/style.css @@ -77,3 +77,7 @@ blockquote.hint { border-color: #b8daff; background-color: #cce5ff; } + +img { + max-width: 600px; +}