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
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; } }