From 0f0073ba777e9823a1ae25cf9ad6288725a2ae87 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 24 Jul 2020 14:24:26 +0200 Subject: [PATCH] four columns on galleries --- style/shiny/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/gallery.css b/style/shiny/gallery.css index d7f7cf4..1dd9abd 100644 --- a/style/shiny/gallery.css +++ b/style/shiny/gallery.css @@ -6,7 +6,7 @@ body { --gap: 1em; - max-width: calc(5 * var(--image-size) + 4 * var(--gap)); + max-width: calc(4 * var(--image-size) + 3 * var(--gap)); padding-left: 4em; padding-right: 4em; }