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 7c72a74c083a0ee952866d446a383ad2f4ac10bc
parent 29ec9e1dc226268b08528bc4e28eb69967b4ff19
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  6 Mar 2021 23:13:50 +0100

Move #partners away from middle border

Diffstat:
Mstylesheets/contact.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stylesheets/contact.css b/stylesheets/contact.css @@ -16,10 +16,10 @@ main h1 { border-right: solid 1px #e05a00; /* Try to set this so that border does not go too far below photo. */ height: 28em; - padding-right: 2em; + padding-right: 1em; } #partners { - padding-left: 2em; + padding-left: 3em; } #contact-us dl:not(:first) {