word: restrict image size on wide screens
[sheet.git] / base.css
index 31429aa7067158562ec6a73070bf5c394d30c420..94db00b2ef552954212994c41e77863e3246beca 100644 (file)
--- a/base.css
+++ b/base.css
@@ -722,6 +722,8 @@ figure img {
 .gallery figure {
        overflow: hidden;
        box-sizing: border-box;
+       hyphens: auto;
+       max-width: 900px;
 }
 .gallery figcaption > small {
        display: inline-block;