Difference between revisions of "MediaWiki:Common.css"

From Bacterial Takeover
Jump to: navigation, search
Line 2: Line 2:
  
 
@media only screen and (min-width: 900px) {
 
@media only screen and (min-width: 900px) {
     .wrap_when_small{ float: left;}
+
     .wrap_when_big{ float: left;}
 
}
 
}

Revision as of 16:06, 7 December 2017

/* CSS placed here will be applied to all skins */

@media only screen and (min-width: 900px) {
    .wrap_when_big{ float: left;}
}