From 7ad1e0f3bfd8451137ce703832b022676b55f69b Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Sat, 27 Jun 2026 17:18:44 +0200 Subject: [PATCH] web: prose spans the full width, flush with the sources table --- web/src/components/MethodPage.vue | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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;