Vorlage:Navigationsleiste Generationen/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.spiele__gens {
	width: 60%;
	background-color: #5C82AE;
	border: 3px solid #B1CDEC;
	box-shadow: 1px 1px 2px #989898;
	margin-top: 35px;
	padding: 3px;
	display: grid;
	grid-template-columns: repeat(3, 1fr) [tableEnd];
	gap: 3px;
	text-align: center;
	box-sizing: border-box;
}

.spiele__gens .heading {
	color: white;
	font-size: 22px;
	padding: 4px 0 4px 0;
	grid-column: 1 / tableEnd;
}

.spiele__gens div:not(.heading) {
	background-color: white;
	border-radius: 5px;
	white-space: nowrap;
}

/*@media only screen and (max-width: 1200px) {
	.spiele__gens {
		width: 100%;
		grid-template-columns: repeat(2, 1fr) [tableEnd];
	}
}*/

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