Template:TCGTable/styles.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
< Template:TCGTable
Revision as of 14:34, 28 October 2022 by Porplemontage (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
	}
}