MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WikiSpeicher
Zeile 1: Zeile 1:
@screen and (min-width: 851px) {
 
.mw-wiki-logo.fallback {
.mw-wiki-logo.fallback {
width: 100%;
width: 100%;
Zeile 6: Zeile 6:
background-size: 100%;
background-size: 100%;
}
}
}

Version vom 28. Februar 2022, 23:04 Uhr


	.mw-wiki-logo.fallback {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100%;
	}