diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index 19b0380..cf8b0c7 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -137,7 +137,8 @@ figcaption .title { bottom: -1px; left: -1px; } .date { text-transform: lowercase; } .year-marker { - grid-area: auto / 1; + /* uncomment to reenable line breaks before year markers */ + /* grid-area: auto / 1; */ padding: var(--border-thickness); }