word: restrict image size on wide screens
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 18 Jun 2022 13:07:14 +0000 (15:07 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 11 Jul 2022 02:02:34 +0000 (04:02 +0200)
base.css

index 34a0efe0f1c69e011166a5e8f43e25e304c3e08a..94db00b2ef552954212994c41e77863e3246beca 100644 (file)
--- 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;