TEC : Mise à jour menu sandwish à droite
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user