Vorlage:Spiele-Wertungen/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.spiele__reception {
	background-color: #B1CDEC;
	border: 3px solid #5C82AE;
	margin: 5px;
}

.spiele__receptionLeft {
	float: left;
}

.spiele__receptionRight {
	float: right;
}

/*@media only screen and (max-width: 480px) {
	.spiele__reception {
		width: 100%;
		margin: 5px 0;
	}

	.spiele__receptionLeft, .spiele__receptionRight {
		float: none;
	}
}*/

/* [[Kategorie:Vorlage:Non-Wikitext]] */