word: restrict image size on wide screens
[sheet.git] / base.css
index 6f34ef15ef0fd9084760593d57d0672f7a1fca6e..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;
@@ -736,7 +738,7 @@ figure img {
 }
 @media (min-width: 603px) and (min-height: 400px) {
        /* fit 3 cells of 200x133 */
-       .gallery > ul > li:first-child > figure,
+       .gallery > li:first-child > figure,
        .gallery li.huge > figure {
                grid-row: span 3;
                grid-column: span 3;