1410 alignement du sélecteur d'espaces

This commit is contained in:
Fred Tempez 2024-01-20 22:15:00 +01:00
parent 12c12ff9bf
commit 7d23918617
1 changed files with 6 additions and 1 deletions

View File

@ -551,6 +551,8 @@ body > nav {
/* Items du menu */
nav a>img {
margin: -4px 0;
vertical-align: middle;
@ -587,6 +589,7 @@ nav ul {
nav li {
display: inline-block;
position: relative;
align-self: center;
}
nav li ul {
@ -613,10 +616,12 @@ nav #menuSelectCourse {
border: 0;
color: #111112;
font-size: 1em;
background-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
line-height: 45px;
}
/*
nav .navSub a{
background-color:red !important;