MediaWiki: Common.css: Difference between revisions
From ASDSO Dam Safety Toolbox
								 (Created page with "→CSS placed here will be applied to all skins:  @import url( 'https://fonts.googleapis.com/css?family=Montserrat ');  body {     font-family: "Montserrat"; }")  | 
				No edit summary  | 
				||
| Line 4: | Line 4: | ||
body {  | body {  | ||
     font-family: "Montserrat";  |      font-family: "Montserrat";  | ||
}  | |||
.with-navbar.with-navbar-fixed {  | |||
    padding-top: 0;  | |||
}  | }  | ||
Revision as of 21:00, 1 June 2022
/* CSS placed here will be applied to all skins */
@import url( 'https://fonts.googleapis.com/css?family=Montserrat ');
body {
    font-family: "Montserrat";
}
.with-navbar.with-navbar-fixed {
    padding-top: 0;
}
