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; }