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

Reduce some margins in mobile menu

Diffstat:
Mstylesheets/commun.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -338,6 +338,7 @@ footer.legal { header.slidingmenu > .content nav ol, header.slidingmenu > .content nav ul { + margin-top: 0.2em; padding-left: 0; } header.slidingmenu > .content > nav.menu li > a { @@ -347,7 +348,6 @@ footer.legal { } header.slidingmenu > .content > nav.menu li.dropdown > a { display: flex; - padding-bottom: 0; } header.slidingmenu > .content > nav.menu li.dropdown li > a { padding: 0.2em;