web: prose spans the full width, flush with the sources table

This commit is contained in:
Justin Visser 2026-06-27 17:18:44 +02:00
parent 6a1e08aa74
commit 7ad1e0f3bf

View file

@ -419,19 +419,8 @@ const references: Reference[] = [
padding: 8px 4px 56px; padding: 8px 4px 56px;
} }
/* The container is wide so the page breathes and the sources table has room, /* Prose spans the full container width, flush with the sources table, so the
but running prose keeps a comfortable reading measure rather than stretching text and the table share the same left and right edges. */
to the full width. The table, references, and section rules still span the
full container. */
.lede,
.block,
section > h2,
section > .sub,
.strategies,
.refs,
.closing {
max-width: 760px;
}
.lede { .lede {
margin-bottom: 28px; margin-bottom: 28px;