MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WikiSpeicher
(Die Seite wurde geleert.)
Markierung: Geleert
Zeile 1: Zeile 1:
 
@screen and (min-width: 851px) {
.mw-wiki-logo.fallback {
width: 100%;
height: 0;
padding-bottom: 100%;
background-size: 100%;
}
}

Version vom 28. Februar 2022, 23:03 Uhr

@screen and (min-width: 851px) {
	.mw-wiki-logo.fallback {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		background-size: 100%;
	}
}