Aller au contenu

« MediaWiki:Common.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 486 : Ligne 2 486 :
/* --- Responsive mobile --- */
/* --- Responsive mobile --- */
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
     .mw-parser-output .infobox-supplement,
     .mw-parser-output .infobox-supplement {
    .mw-parser-output .infobox-supplement table,
    .mw-parser-output table.infobox-supplement {
         float: none !important;
         float: none !important;
         width: 100% !important;
         width: 100% !important;
Ligne 2 495 : Ligne 2 493 :
         margin: 0 0 1em 0 !important;
         margin: 0 0 1em 0 !important;
         box-sizing: border-box !important;
         box-sizing: border-box !important;
        display: block !important;
    }
    .mw-parser-output .infobox-supplement table {
        width: 100% !important;
        min-width: 0 !important;
     }
     }
}
}