Modifications

Aller à : navigation, rechercher

MediaWiki:Mobile.css

353 octets ajoutés, 27 février 2019 à 21:35
aucun résumé de modification
font-size: 50% ! important;
}
}
 
/**
* COLONNES DES PORTAILS
*/
.portail-gauche,
.portail-droite {
box-sizing: border-box;
}
.portail-gauche {
float: left;
padding-right: 1.2rem;
}
.portail-droite {
float: right;
}
@media screen and (max-width: 981px) {
.portail-gauche,
.portail-droite {
float: none;
width: auto !important;
}
.portail-gauche {
padding-right: 0;
}
}

Menu de navigation