Difference between revisions of "MediaWiki:Common.css"

From Ephemeral Film Wiki
Jump to navigation Jump to search
Tag: Reverted
Tag: Manual revert
Line 3: Line 3:
   #mw-panel {
   #mw-panel {
     width: 10em;
     width: 10em;
  }
  .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer{
    width: 11em;
   }
   }
}
}

Revision as of 17:19, 29 October 2021

/* CSS placed here will be applied to all skins */
@media screen and (min-width: 982px) {
  #mw-panel {
    width: 10em;
  }
}