MediaWiki:Common.css: Difference between revisions
Appearance
Jemaleddin (talk | contribs) No edit summary |
Jemaleddin (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.portlet h3 { text-transform: capitalize !important; } | .portlet h3 { text-transform: capitalize !important; } | ||
@media screen { body { font-size: small } } | @media screen and (max-width: 551px) { body { font-size: small } } | ||
Revision as of 21:29, 8 December 2021
/* CSS placed here will be applied to all skins */
.portlet h3 { text-transform: capitalize !important; }
@media screen and (max-width: 551px) { body { font-size: small } }