From 5321d5748f974661dee8786adc8c5fd355060064 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 2 Jan 2021 17:55:25 +0100 Subject: Unpin program descriptions and make grid scrollable instead Same as previous commit, for programmes.html. Also auto-fit rather than auto-fill, to close the gap between the grid and the description. --- "actualit\303\251s.css" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actualités.css') diff --git "a/actualit\303\251s.css" "b/actualit\303\251s.css" index ea439ac..41a0a41 100644 --- "a/actualit\303\251s.css" +++ "b/actualit\303\251s.css" @@ -29,7 +29,7 @@ main > div { .events { display: grid; grid-auto-rows: 12em; - grid-template-columns: repeat(auto-fill, minmax(14em, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(14em, 1fr)); grid-gap: 0.8em; } -- cgit v1.2.3