To get updates on new site content, like us on Facebook or follow us on Twitter.

Difference between revisions of "MediaWiki:Common.css"

From JFA Wiki
(Blanked the page)
(Tag: Blanking)
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;
 }

}