MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1.843: Zeile 1.843:
     clear: both !important;
     clear: both !important;
   }
   }
}
/* Full-width auf Mobile, keine Luft links/rechts */
@media screen and (max-width: 768px) {
    .mw-parser-output {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}
}