MediaWiki:Monobook.css: Difference between revisions

From Minetest
No edit summary
No edit summary
Line 3: Line 3:
   font-size: 1.1em;
   font-size: 1.1em;
   text-align: justify;
   text-align: justify;
}
.mw-wiki-logo {
    background-size: contain;
}
}

Revision as of 21:25, 3 August 2023

/* All CSS here will be loaded for users of the MonoBook skin */
.mw-content-text, .mw-body-content {
  font-size: 1.1em;
  text-align: justify;
}

.mw-wiki-logo {
    background-size: contain;
}