From eb8f1abff9eb7f5131a6d4ca9be98980d8efe3ca Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 22 Jul 2020 18:29:39 +0200 Subject: [PATCH] correction alignement gauche item menu --- css/_sq_balint.scss | 2 ++ css/mon_site.css | 3 +++ 2 files changed, 5 insertions(+) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 57f3a34..b130a63 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -198,6 +198,8 @@ body{ } .dropdown-menu{ margin-top: 0; + } + .dropdown-item{ text-align: left; } } diff --git a/css/mon_site.css b/css/mon_site.css index 8bff93d..e1857ff 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12093,6 +12093,9 @@ body { #menu-principal .dropdown-menu { margin-top: 0; } + #menu-principal .dropdown-item { + text-align: left; + } } #liste-deroulante ul {