TEC : Mise à jour menu sandwish à droite

This commit is contained in:
Anthony Mahé
2025-05-27 09:52:20 +02:00
parent 6add698310
commit 87691ed685
9 changed files with 83 additions and 69 deletions

View File

@@ -130,7 +130,7 @@ nav {
color: #333;
}
@media (max-width: 1299px) and (min-width: 100px) {
@media (max-width: 1299px) and (min-width: 1050px) {
#menuXL {
display: none;
}
@@ -141,7 +141,7 @@ nav {
}
/* Masque le texte après le logo pour écran moyen comme tablette*/
@media (max-width: 999px) and (min-width: 850px) {
@media (max-width: 1049px) and (min-width: 850px) {
.logo span {
display: none;
}