From b35a5cf2da611b16dbf8f0f58a9b7710f8f39e28 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 3 Mar 2021 23:37:54 +0100 Subject: Reduce some margins in mobile menu --- stylesheets/commun.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stylesheets') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 1055dc4..58160d9 100644 --- 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; -- cgit v1.2.3