diff --git a/web/src/components/MethodPage.vue b/web/src/components/MethodPage.vue index ced763d..a1b61b4 100644 --- a/web/src/components/MethodPage.vue +++ b/web/src/components/MethodPage.vue @@ -419,19 +419,8 @@ const references: Reference[] = [ padding: 8px 4px 56px; } -/* The container is wide so the page breathes and the sources table has room, - but running prose keeps a comfortable reading measure rather than stretching - 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; -} +/* Prose spans the full container width, flush with the sources table, so the + text and the table share the same left and right edges. */ .lede { margin-bottom: 28px;