From fd12ca3baa0cf7c419f41f216bdb0f015bcc9212 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 17 Jan 2021 22:15:53 +0100 Subject: Simplify news and program pages a bit --- "actualit\303\251s.css" | 7 +------ programmes.css | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git "a/actualit\303\251s.css" "b/actualit\303\251s.css" index 40451de..26e147e 100644 --- "a/actualit\303\251s.css" +++ "b/actualit\303\251s.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; -- cgit v1.2.3