Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 57: Line 57:
*/
*/


/* looks better w/ pre set to smaller width than page, but on read mode it still spills off right margin*/
pre {
pre {
     max-width: 80%;
     max-width: 80%;
Line 62: Line 63:




/* for readability of blog posts, setting max width on blog namespace; however, it losess side margins on small screen, so applyiong to only larger screesn (min width)
/* for readability of blog posts, setting max width on blog namespace; however, it losess side margins on small screen, so needs fix */
/* Apply max-width only for screens larger than 600px */
/* Apply max-width only for screens larger than 600px */
@media screen and (min-width: 601px) {
@media screen and (min-width: 601px) {