MediaWiki:Global.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 15: Line 15:
.mw-content-container {
.mw-content-container {
max-width: 65em;
max-width: 65em;
}
.mobileonly {
display: none;
}
.nomobile {
display: initial;
}
}