Difference between revisions of "MediaWiki:Common.css"

From Mashinky
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.nomobile{
+
 
  display:block;
+
@media screen and ( min-width: 982px ) {
 +
  .nomobile{
 +
    display:block;
 +
  }
 
}
 
}

Revision as of 08:52, 18 October 2017

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

@media screen and ( min-width: 982px ) {
  .nomobile{
    display:block;
  }
}