Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 7: Line 7:
line-height: 1.1 !important;
line-height: 1.1 !important;
font-weight: bold !important;
font-weight: bold !important;
}
@media (max-width: 1000px) {
h1#firstHeading,
h1#firstHeading .mw-page-title-main {
font-size: 1.9em !important;
}
}
@media (max-width: 700px) {
h1#firstHeading,
h1#firstHeading .mw-page-title-main {
font-size: 1.6em !important;
line-height: 1.15 !important;
}
}
}