Repair Michelangelo damage

This commit is contained in:
2025-04-15 22:20:36 +02:00
parent 249f9cbe3d
commit 2e765169eb

View File

@@ -316,8 +316,10 @@ ol li {
} }
figure img,svg,inserted-svg { figure img,svg,inserted-svg {
width: 100%; display: block;
height: auto; margin: 0 auto;
max-width: 100%;
max-height: 100vh;
} }
figcaption { figcaption {