summaryrefslogtreecommitdiff
path: root/actualités.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-02 17:55:25 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-02 17:55:25 +0100
commit5321d5748f974661dee8786adc8c5fd355060064 (patch)
tree6e035c498501dc541c8b6c2a94b9d98b1bc2050d /actualités.css
parent870e6a2c435ed45c965d18c055f458d3ecbe9357 (diff)
downloadquatuorbellefeuille.com-5321d5748f974661dee8786adc8c5fd355060064.tar.xz
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.
Diffstat (limited to 'actualités.css')
-rw-r--r--actualités.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/actualités.css b/actualités.css
index ea439ac..41a0a41 100644
--- a/actualités.css
+++ b/actualités.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;
}