From a066d48ba9b378754b860f48f3e4fb2f2ea44c06 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 22 Jun 2023 15:07:20 +0200 Subject: [PATCH] limit image width --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 2da9e59..210216c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -113,6 +113,10 @@ blockquote { padding-left: 1em; } +img { + max-width: 100%; +} + /* the "side" infobox */ .sidebox ol {