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 e0b304ea8759014f90196ee8a60910e912c2000e
parent c87bdab228058b16eb006147daa379127871f4d0
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 22 Nov 2020 00:36:22 +0100

Make sure legal footer covers the whole width

Diffstat:
Mcommun.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/commun.css b/commun.css @@ -112,6 +112,8 @@ footer.social { footer.legal { grid-column: 1 / -1; + width: 100%; + text-align: center; margin: auto; font-size: 75%;