Template:Mbox/styles.css: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
Line 2: Line 2:
font-size: .875rem;
font-size: .875rem;
margin: auto;
margin: auto;
padding: 0.5em 1em;
padding: 0.75em 1.5em;
border-radius: 1rem;
border-radius: 1rem;
}
}


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

Revision as of 15:02, 14 December 2024

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

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