Die Ardapedia braucht Deine Hilfe!
Ardapedia wird von Menschen wie Dir gemacht. Erstelle jetzt Dein kostenloses Benutzerkonto und trage dazu bei, unser Wiki zu verbessern.

Vorlage:Infobox/styles.css

Aus Ardapedia
@media only screen and (max-width: 600px) {
	.infobox {
		min-width: 100%;
	}
}

@media only screen and (min-width: 601px) {
	.infobox {
		width: 275px;
	}
}