Changes

Jump to: navigation, search

MediaWiki:Common.css

380 bytes added, 19:11, 26 January 2021
Created page with "CSS placed here will be applied to all skins: @import url("https://fonts.googleapis.com/css?family=BioRhyme:400,700,800|Yanone+Kaffeesatz:400,700&display=swap"); body {..."
/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=BioRhyme:400,700,800|Yanone+Kaffeesatz:400,700&display=swap");

body {
font-family: "BioRhyme", sans-serif;
}
#content h1,
#content h2 {
font-family: "BioRhyme", sans-serif;
}

/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}

Navigation menu