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. --- programmes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'programmes.css') diff --git a/programmes.css b/programmes.css index 9fc52d6..6b22e23 100644 --- a/programmes.css +++ b/programmes.css @@ -9,8 +9,8 @@ main > div { .programs { display: grid; - grid-auto-rows: 14em; - grid-template-columns: repeat(auto-fit, 40%); + grid-auto-rows: 10em; + grid-template-columns: repeat(auto-fill, minmax(10em, 1fr)); grid-gap: 0.8em; } -- cgit v1.2.3