MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 698:
}
/* ... (rest of the block remains the same) */
}
 
/* Constrain main content width for better readability */
#content {
max-width: 900px; /* Optimal reading width */
margin: 0 auto; /* Center it */
font-family: 'Segoe UI', system-ui, sans-serif; /* Modern, clean font */
line-height: 1.6; /* More breathing room between lines */
}