MediaWiki:Minerva.css: Difference between revisions

From Toolkit.Socialnetwork.Health
Created page with "→‎All CSS here will be loaded for users of the MinervaNeue skin: @media screen and (min-width: 720px) { .minerva-header .branding-box { min-width: 14em; width: auto; } }"
 
(No difference)

Latest revision as of 05:43, 18 March 2024

/* All CSS here will be loaded for users of the MinervaNeue skin */

@media screen and (min-width: 720px) {
	.minerva-header .branding-box {
		min-width: 14em;
		width: auto;
	}
}