Difference between revisions of "MediaWiki:Common.css"

From Ephemeral Film Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: @media screen and (min-width: 982px) { #mw-panel { width: 15em; } }")
 
Line 2: Line 2:
@media screen and (min-width: 982px) {
@media screen and (min-width: 982px) {
   #mw-panel {
   #mw-panel {
     width: 15em;
     width: 10em;
   }
   }
}
}

Revision as of 17:16, 29 October 2021

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