Jump to content

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

Page semi-protected
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Jonesey95 (talk | contribs) at 20:34, 27 September 2024 (Fix inconsistency in font presentation between full width and normal width; they are both officially 15px, but Helvetica Neue renders smaller. Another solution would be to specify Helvetica Neue for the normal width, but we should not have inconsistent fonts from article to article.). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-vandalism|small=yes}} */
.wp-signpost-block-2 {
	line-height: 1.6em;
}

.wp-signpost-block-2-full {
	font-size: 1em;
	font-family: sans-serif, 'Helvetica Neue', Helvetica, Arial;
}

.wp-signpost-block-2-narrow {
	max-width: 46em;
}

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