Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 59: Line 59:
pre {
pre {
     max-width: 80%;
     max-width: 80%;
}
/* Set max width and adjust background */
.ns-3000 #content,
    max-width: 800px; /* Adjust the value as needed */
    margin: 0 auto; /* Center the content */
    font-size: 110%;
}
}