Jump to content

MediaWiki:Vector.css: Difference between revisions

From Rejoice in Saint Joan of Arc
No edit summary
No edit summary
Line 3: Line 3:
/* reduce standard page width */
/* reduce standard page width */


body #content {
#mw-content-text {
     max-width: 900px;
     max-width: 900px; /* Adjust as needed */
     margin: auto;
     margin: auto;
}
}

Revision as of 23:49, 1 February 2025

/* All CSS here will be loaded for users of the Vector skin */

/* reduce standard page width */

#mw-content-text {
    max-width: 900px; /* Adjust as needed */
    margin: auto;
}