From: Mischa POSLAWSKY Date: Sat, 18 Jun 2022 13:07:14 +0000 (+0200) Subject: word: restrict image size on wide screens X-Git-Tag: v1.14~59 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/5f6e2fb60683e0d7e705786cf980f181411942c7 word: restrict image size on wide screens --- 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;