From 233457d19e1d3f4fd48f6e96954728eea8995232 Mon Sep 17 00:00:00 2001 From: ewen Date: Wed, 1 Apr 2026 12:28:37 +0200 Subject: [PATCH] css fix max-width --- depeches.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/depeches.html b/depeches.html index fc78ed7..20dff23 100644 --- a/depeches.html +++ b/depeches.html @@ -72,8 +72,9 @@ .depeche-image { margin-top: 0.8rem; - max-height: 400px; - width: auto; + max-height: 400px; + max-width: 100%; + width: auto; border: 1px solid #ddd; display: block; }