Array

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
         font-size: 3.8rem !important;
         font-size: 3.8rem !important;
     }
     }
}


.mw-parser-output table td font > b {
.mw-parser-output table td font > b {
Line 12: Line 11:
     display: inline-block !important;
     display: inline-block !important;
     width: 80% !important;
     width: 80% !important;
}
}
}

Revision as of 15:14, 19 January 2026

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    h4 {
        font-size: 3.8rem !important;
    }

.mw-parser-output table td font > b {
    font-size: 38px !important;
}

.mw-parser-output table td {
     display: inline-block !important;
     width: 80% !important;
}
}