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 6e152805bf250a60b4a38e61df80df34100f75bb
parent 714be24b51e92d4c22aaae472a77795441673667
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon,  8 Mar 2021 19:21:43 +0100

Remove background on sidebar

Diffstat:
Mstylesheets/commun.css | 1-
Mstylesheets/index.css | 4+---
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -231,7 +231,6 @@ footer.legal { transform: rotate(180deg); padding: 1rem 0.5rem; margin: 0; /* Compensate padding. */ - margin-bottom: 0.5em; } } diff --git a/stylesheets/index.css b/stylesheets/index.css @@ -72,10 +72,8 @@ a#next-concert:hover { } @media (min-width: 40em) { - header.menu > nav, - footer.social { + header.menu > nav { background: #0004; - margin-bottom: auto; } nav li.dropdown ul {