diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-17 22:15:53 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-17 22:15:53 +0100 |
| commit | fd12ca3baa0cf7c419f41f216bdb0f015bcc9212 (patch) | |
| tree | 7eabf491a93cb2c826c0f25a40eb8f0ee1f8ea72 | |
| parent | 04560a91b0bb93186c9b3aa14c1734cabc26e2a9 (diff) | |
| download | quatuorbellefeuille.com-fd12ca3baa0cf7c419f41f216bdb0f015bcc9212.tar.xz | |
Simplify news and program pages a bit
| -rw-r--r-- | actualités.css | 7 | ||||
| -rw-r--r-- | programmes.css | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/actualités.css b/actualités.css index 40451de..26e147e 100644 --- a/actualités.css +++ b/actualités.css @@ -34,12 +34,8 @@ main > div { grid-gap: 0.8em; } -.event { - position: relative; -} - .event a { - position: absolute; + position: relative; display: flex; align-items: center; justify-content: center; @@ -65,7 +61,6 @@ main > div { opacity: 0; z-index: 1; font-weight: bold; - text-align: center; color: white; transition: 0.5s; } diff --git a/programmes.css b/programmes.css index 1274130..95907ac 100644 --- a/programmes.css +++ b/programmes.css @@ -35,12 +35,10 @@ main > div { } .program { - position: relative; background-color: #099; } .program a { - position: absolute; display: flex; align-items: center; justify-content: center; |
