From 69640f6d1f788e631b7457681ec278010dfd9a74 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sun, 12 Jul 2026 20:58:08 +0200 Subject: [PATCH] doc/style.css: clamp content max-width --- doc/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/style.css b/doc/style.css index 8b426e72de24..8f891a2f44b0 100644 --- a/doc/style.css +++ b/doc/style.css @@ -23,14 +23,14 @@ body { @media screen and (min-width: 992px) { .book, .appendix { - max-width: 60rem; + max-width: 55rem; } } @media screen and (min-width: 1200px) { .book, .appendix { - max-width: 73rem; + max-width: 55rem; } }