Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Greg.Fuller (talk | contribs) (Blanked the page) (Tag: Blanking) |
Greg.Fuller (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | /* Refreshed Skin Tweaks */ | ||
+ | @media (max-width: 1000px) and (min-width: 601px) { | ||
+ | #firstHeading: { | ||
+ | white-space: wrap; | ||
+ | } | ||
+ | } |
Revision as of 11:50, 11 February 2019
/* Refreshed Skin Tweaks */
@media (max-width: 1000px) and (min-width: 601px) {
#firstHeading: { white-space: wrap; }
}