Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 68: Line 68:
/*  centers the content on wide mode but forces text on small screens to the edge of left margin */
/*  centers the content on wide mode but forces text on small screens to the edge of left margin */


@media screen and (min-width: 850px) {
.ns-3000 #bodyContent {
.ns-3000 #bodyContent {
     max-width: 850px; /* Adjust the value as needed */
     max-width: 850px; /* Adjust the value as needed */
     margin: 0 auto; /* Center the content */
     margin: 0 auto; /* Center the content */
}
}