Template:TCGTable/styles.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
#TCGTable h3 {
	margin-left: auto;
	margin-right: auto;
}

@media all and (max-width: 719px) {
	#TCGTable > tbody > tr > td {
		border: 1px solid !important;
		border-top: none !important;
	}
	#TCGTable > tbody > tr > td:not(:last-of-type) {
		border-bottom: 1px dashed !important;
	}
}