From cdb4870e8f47ac6968976b7e2e4cc68abf3e2f2d Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 31 Dec 2020 15:04:16 +0100 Subject: Allow summary grid cells to grow a bit This way the grid fits better its div horizontally, and the gap between the grid and the description becomes smaller. --- "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 6fb468c..0ecab79 100644 --- "a/actualit\303\251s.css" +++ "b/actualit\303\251s.css" @@ -10,7 +10,7 @@ main > div { .events { display: grid; grid-auto-rows: 14em; - grid-template-columns: repeat(auto-fit, 18em); + grid-template-columns: repeat(auto-fill, minmax(18em, 1fr)); grid-gap: 0.8em; } -- cgit v1.2.3