Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Manual revert |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@media screen and (min-width: 982px) { | @media screen and (min-width: 982px) { | ||
div#mw-panel div.portal div.body ul li, | |||
div#mw-panel div.portal h3 { | |||
font-size: 1em; /* original was 0.75em */ | |||
} | |||
#mw-panel { | #mw-panel { | ||
width: 10em; | width: 10em; | ||
} | } | ||
} | } | ||
Revision as of 16:21, 29 October 2021
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 982px) {
div#mw-panel div.portal div.body ul li,
div#mw-panel div.portal h3 {
font-size: 1em; /* original was 0.75em */
}
#mw-panel {
width: 10em;
}
}