2,153
edits
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; |