MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Center the content and limit its width */
.res-img img {
.mw-body .bodyContent {
width:100%;
    max-width: 800px;  
height:auto;
    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 */
}
}


#bodyContent {
    max-width: 1024px;
    margin: 0 auto; /* Horizontally center the content */
}


.hidden {
.hidden {