correction alignement gauche item menu

This commit is contained in:
Pierre 2020-07-22 18:29:39 +02:00
parent 98378146cb
commit eb8f1abff9
2 changed files with 5 additions and 0 deletions

View file

@ -198,6 +198,8 @@ body{
} }
.dropdown-menu{ .dropdown-menu{
margin-top: 0; margin-top: 0;
}
.dropdown-item{
text-align: left; text-align: left;
} }
} }

View file

@ -12093,6 +12093,9 @@ body {
#menu-principal .dropdown-menu { #menu-principal .dropdown-menu {
margin-top: 0; margin-top: 0;
} }
#menu-principal .dropdown-item {
text-align: left;
}
} }
#liste-deroulante ul { #liste-deroulante ul {