From 3bbe9d61097a84e5fb7b1fae2f8a17f11fe0cd95 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sat, 29 May 2021 04:49:11 +0200 Subject: [PATCH] no line breaks for years --- style/shiny/gallery.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }