word: restrict image size on wide screens
[sheet.git] / 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;