Difference between revisions of "MediaWiki:Common.css"

From Ephemeral Film Wiki
Jump to navigation Jump to search
Tag: Reverted
Line 2: Line 2:
@media screen and (min-width: 982px) {
@media screen and (min-width: 982px) {
   #mw-panel {
   #mw-panel {
     width: 10em;
     width: 15em;
  }
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer{
    width: 16em;
   }
   }
}
}

Revision as of 17:18, 29 October 2021

/* CSS placed here will be applied to all skins */
@media screen and (min-width: 982px) {
  #mw-panel {
    width: 15em;
  }
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer{
    width: 16em;
  }
}