337
modifications
Modifications
Page créée avec « →Le CSS placé ici n’affectera que les utilisateurs du site mobile : @media screen and (max-width: 640px) { .fullWidthMobile { width: 100% ! important; } .... »
/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */
@media screen and (max-width: 640px) {
.fullWidthMobile {
width: 100% ! important;
}
.titre-accueil {
line-height: 1.3 ! important;
font-size: 50% ! important;
}
}
@media screen and (max-width: 640px) {
.fullWidthMobile {
width: 100% ! important;
}
.titre-accueil {
line-height: 1.3 ! important;
font-size: 50% ! important;
}
}