Vorlage:Synchronsprecher/style.css

Aus PokéWiki
Zur Navigation springen Zur Suche springen
.sync {
	border-radius: 0.5em;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	padding: 2px;
}

.sync th {
	min-width: 175px;
	width: 50%;
}

/*@media only screen and (max-width: 480px) {
	.sync {
		width: 100%;
	}
	
	.sync th {
		min-width: inherit;
	}
}*/

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