Template:Mbox/styles.css: Difference between revisions

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


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

Revision as of 14:52, 14 December 2024

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

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