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 4aa40d8910ce1ead12aa7a34bba5d2679ba09209
parent 241ae4c3fe484acb72d07870021a4fa3a6ffc69c
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 16 Feb 2021 22:08:09 +0100

Add some margins

Diffstat:
Mstylesheets/commun.css | 1+
Mstylesheets/membre.css | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -206,6 +206,7 @@ footer.legal { grid-row: 1 / -2; grid-column: 5; margin-top: var(--menu-top-margin); + margin-right: 2em; } .social a { diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -31,6 +31,10 @@ main { margin-bottom: 0.2em; } +#photo { + margin-top: 2em; +} + #photo img { width: 100%; background-size: cover;