Template:Game/Teams.css

Template page
Revision as of 11:35, 29 September 2023 by Couchor (talk | contribs) (Created page with ".teams__table { border: 1px solid #000; text-align: center; } .teams__table:not(:first-child) { margin-top: 15px; } .teams__table tr:not(:first-child) { border-top: 1px solid #000; } .teams__table td, .teams__table th { padding: 0.5rem 0.5rem; } .teams__region {display: flex; gap: 0.5rem; justify-content: center;}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.teams__table {
	border: 1px solid #000;
	text-align: center;
}

.teams__table:not(:first-child) {
	margin-top: 15px;
}

.teams__table tr:not(:first-child) {
	border-top: 1px solid #000;
}

.teams__table td, .teams__table th {
	padding: 0.5rem 0.5rem;
}

.teams__region {display: flex; gap: 0.5rem; justify-content: center;}