MediaWiki:Common.css: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


pre,.mw-code { white-space:pre; overflow-x: scroll; }
@media (max-width: 768px) {
    pre,.mw-code { white-space:pre; overflow-x: scroll; }
}

Revision as of 04:56, 24 April 2022

/* CSS placed here will be applied to all skins */

@media (max-width: 768px) {
    pre,.mw-code { white-space:pre; overflow-x: scroll; }
}