MediaWiki:Print.css: Difference between revisions

From Realms Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect the print output: .mainpage-header .header-intro h1 { font-size: 2.5em; font-weight: bold; border: none; margin: 0 0 0.15em; }")
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
.mainpage-header .header-intro h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}

Latest revision as of 12:27, 23 July 2023

/* CSS placed here will affect the print output */