Template:Guide/narrow.css: Difference between revisions

Template page
(Wider)
(Narrow lists and pre blocks)
Line 1: Line 1:
p {
p {
line-height: 1.3em;
}
ol, ul, p, pre {
max-width: 660px;
max-width: 660px;
line-height: 1.3em;
}
}

Revision as of 16:27, 18 November 2023

p {
	line-height: 1.3em;
}

ol, ul, p, pre {
	max-width: 660px;
}