Template:Headlines/home.css: Difference between revisions

From WikiAnimal
(Created page with "→‎This template is loaded on the main page to address T32405 Please feel free to adapt the code, translate this message. Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059: @media screen and ( max-width: 720px ) { body.skin-minerva td, body.skin-minerva .mp-column, body.skin-minerva tr, body.skin-minerva tbody, body.skin-minerva table { display: block !important; float: none !important;...")
 
No edit summary
 
Line 1: Line 1:
/* This template is loaded on the main page to address T32405
 
Please feel free to adapt the code, translate this message.
Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059 */
@media screen and ( max-width: 720px ) {
@media screen and ( max-width: 720px ) {
     body.skin-minerva td,
     body.skin-minerva td,

Latest revision as of 11:37, 21 January 2024

@media screen and ( max-width: 720px ) {
    body.skin-minerva td,
    body.skin-minerva .mp-column,
    body.skin-minerva tr,
    body.skin-minerva tbody,
    body.skin-minerva table {
        display: block !important;
        float: none !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}