MediaWiki:Monobook.css: Difference between revisions

From Protochroma Wiki
(this better work)
 
mNo edit summary
Line 1: Line 1:
@media screen and (max-width: 550px){
body.skin--responsive .monobook-body .scrollbox img {
body.skin--responsive .monobook-body .scrollbox img {


     width: 125px !important;
      


}
}
}

Revision as of 05:03, 9 January 2023

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

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

    

}
}