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 7d70d841205dba595193b77c6c6dc8fafbde8e47
parent fdbf89c3b895bb899dc30642043fa08596fc7111
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 15 Jan 2021 23:09:27 +0100

Always define footer the same way

Diffstat:
Mcommun.css | 17++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/commun.css b/commun.css @@ -34,6 +34,14 @@ header.banner:hover h1 { color: #d82; } +footer.legal { + grid-column: 1 / -1; + width: 100%; + text-align: center; + margin: auto; + font-size: 75%; +} + @media (min-width: 40em) { .togglable > input.toggle, .togglable > img.button, @@ -173,14 +181,6 @@ header.banner:hover h1 { margin: 0; padding: 1em 0.5em; } - - footer.legal { - grid-column: 1 / -1; - width: 100%; - text-align: center; - margin: auto; - font-size: 75%; - } } @media (max-width: 40em) { @@ -208,7 +208,6 @@ header.banner:hover h1 { } footer.legal { grid-row: 4; - grid-column: 1 / -1; } main { grid-row: 3;