MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
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; | |||
} | |||
} | } | ||