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 {
.mw-body .bodyContent {
     max-width: 800px;  
     max-width: 800px;  
     margin: 0 auto; /* Centers the content horizontally */
     margin: 0 auto; /* Horizontally center the content */
    display: flex;
    flex-direction: column; /* Ensures content alignment behaves predictably */
    align-items: center; /* Centers content along the cross axis */
}
}


.hidden {
.hidden {

Navigation menu