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 83d0014ad46315804d9a79de9e7e1ca457dfba89
parent 24963fa4d3378e3b3bd762e7775296910a7d4af2
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed,  3 Mar 2021 23:29:49 +0100

Left-align social media buttons on mobile

Diffstat:
Mstylesheets/commun.css | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -357,7 +357,10 @@ footer.legal { header.slidingmenu > .content > nav.social > ul { display: flex; padding-left: 0; - justify-content: space-evenly; + margin-left: 2em; + } + header.slidingmenu > .content > nav.social > ul > li:not(:first-child) { + margin-left: 1em; } header.slidingmenu > .content > nav.social > ul > li > a { display: flex;