MediaWiki:Monobook.css: Difference between revisions

From Protochroma Wiki
mNo edit summary
(there we go.)
Line 3: Line 3:
body.skin--responsive .monobook-body .scrollbox img {
body.skin--responsive .monobook-body .scrollbox img {


      
     height: unset !important;
    max-width: unset !important;


}
}
}
}

Revision as of 05:18, 9 January 2023

@media screen and (max-width: 550px){

body.skin--responsive .monobook-body .scrollbox img {

    height: unset !important;
    max-width: unset !important;

}
}