Template:Mbox/styles.css: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
Line 6: Line 6:
}
}


.ambox .title {
.ambox th {
font-size: 1rem;
font-size: 1rem;
font-weight: bold;
font-weight: bold;

Revision as of 14:55, 14 December 2024

.ambox {
	font-size: .875rem;
	margin: auto;
	padding: 0.5em 1em;
	border-radius: 1rem;
}

.ambox th {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	padding-bottom: .25rem;
}