Jump to content

Wikipedia:Wikipedia Signpost/Templates/Signpost-block-start/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 04:42, 17 January 2023 (min-width). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.wp-signpost-block {
	max-width: 46em;
	line-height: 1.6em;
	font-size: 1em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 720px) {
	.wp-signpost-block {
		padding-left: 5em;
	}
}