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