quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit fd12ca3baa0cf7c419f41f216bdb0f015bcc9212
parent 04560a91b0bb93186c9b3aa14c1734cabc26e2a9
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 17 Jan 2021 22:15:53 +0100

Simplify news and program pages a bit

Diffstat:
Mactualités.css | 7+------
Mprogrammes.css | 2--
2 files changed, 1 insertion(+), 8 deletions(-)

diff --git 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 @@ -35,12 +35,10 @@ main > div { } .program { - position: relative; background-color: #099; } .program a { - position: absolute; display: flex; align-items: center; justify-content: center;