From 87e3264242d2e41a9043d81f8843ff9a23aab68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Mon, 1 Sep 2025 21:13:39 +0200 Subject: [PATCH] make feed section stretch itself to the entire page width --- static/css/doc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/doc.css b/static/css/doc.css index 7829dbb..dbcfa38 100644 --- a/static/css/doc.css +++ b/static/css/doc.css @@ -185,6 +185,7 @@ main.doc { } & section.feed { + width: 100%; max-width: var(--doc-text-width); flex-grow: 1;