Jump to content

Template:Vgclegend/styles.css

From Wikipedia, the free encyclopedia
@media screen {
	.vgclegend {
		font-size: 85%;
	}
}

@media (min-width: 640px) {
	.vgclegend {
		margin: 1em 1em 1em 0;
	}
	
	.vgclegend-genre,
	.vgclegend-notes {
		width: 100%;
	}
	
	.vgclegend-genre th[scope="row"],
	.vgclegend-notes th[scope="row"] {
		width: 8em;
	}
}