MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* Center the content and limit its width */
.mw-body .bodyContent {
    max-width: 800px;
    margin: 0 auto; /* Centers the content horizontally */
    display: flex;
    flex-direction: column; /* Ensures content alignment behaves predictably */
    align-items: center; /* Centers content along the cross axis */
}
.hidden {
.hidden {
display: none;
display: none;

Navigation menu