From 5f6e2fb60683e0d7e705786cf980f181411942c7 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 18 Jun 2022 15:07:14 +0200 Subject: [PATCH] word: restrict image size on wide screens --- base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/base.css b/base.css index 34a0efe..94db00b 100644 --- a/base.css +++ b/base.css @@ -723,6 +723,7 @@ figure img { overflow: hidden; box-sizing: border-box; hyphens: auto; + max-width: 900px; } .gallery figcaption > small { display: inline-block; -- 2.30.0