Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(78 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
}


/* Forzar que el contenedor de imagen centrada se ajuste al ancho de la imagen */
div.thumb.mw-halign-center {
    display: table !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
/* Asegurar que el interior del thumb también sea consistente */
div.thumb.mw-halign-center .thumbinner {
    margin: 0 auto !important;
    display: table-caption; /* Opcional: ayuda a que el texto se mantenga dentro */
}
}

Latest revision as of 01:56, 18 February 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

}