From 66abe25f9c13bf7f1b9f6ba67d8a7e88c4b1a87c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 13 Feb 2021 23:13:49 +0100 Subject: Make sure concert photos never take more than half the space --- "stylesheets/actualit\303\251s.css" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stylesheets') diff --git "a/stylesheets/actualit\303\251s.css" "b/stylesheets/actualit\303\251s.css" index 25ec656..ce77f74 100644 --- "a/stylesheets/actualit\303\251s.css" +++ "b/stylesheets/actualit\303\251s.css" @@ -21,7 +21,7 @@ .events { display: grid; grid-auto-rows: var(--cell-height); - grid-template-columns: repeat(auto-fit, minmax(var(--cell-width), 1fr)); + grid-template-columns: repeat(auto-fit, minmax(var(--cell-width), 0.5fr)); grid-gap: 0.8em; } -- cgit v1.2.3