From 2e765169eba611728704ca7702ef55186711e9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Tue, 15 Apr 2025 22:20:36 +0200 Subject: [PATCH] Repair Michelangelo damage --- styles/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 541c719..626f03d 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -316,8 +316,10 @@ ol li { } figure img,svg,inserted-svg { - width: 100%; - height: auto; + display: block; + margin: 0 auto; + max-width: 100%; + max-height: 100vh; } figcaption {