diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-24 22:32:53 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-24 22:32:53 +0100 |
| commit | db0512f53183dad5ebece8402f76fde87670d5bd (patch) | |
| tree | 00cfe36fb477845c5538ce9d9b4d15dcb206ccf2 /actualités.css | |
| parent | 61529ab20971377657ad78c0b88ac122c8afdaf2 (diff) | |
| download | quatuorbellefeuille.com-db0512f53183dad5ebece8402f76fde87670d5bd.tar.xz | |
Make some minor cosmetic changes
Diffstat (limited to 'actualités.css')
| -rw-r--r-- | actualités.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/actualités.css b/actualités.css index d73454e..a5ac541 100644 --- a/actualités.css +++ b/actualités.css @@ -9,12 +9,15 @@ main > div { overflow: auto; } +#event-list, #event-details { + background-color: #dbb; +} + .events { display: grid; grid-auto-rows: 14em; grid-template-columns: repeat(auto-fit, 18em); grid-gap: 0.8em; - background-color: #dbb; } .event { |
