[PATCH] docs: custom.css: don't limit randering to old 800px monitors
From: Mauro Carvalho Chehab
Date: Fri Jul 10 2026 - 05:16:49 EST
Right now, base.css style imposes a maximum limit of 800 horizontal
pixels to be compatible with very old SVGA monitors.
Remove such artificial limit, letting the output to be adjusted to
the browser windows size.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
---
Documentation/sphinx-static/custom.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css
index 5aa0a1ed9864..1055db7dc1dd 100644
--- a/Documentation/sphinx-static/custom.css
+++ b/Documentation/sphinx-static/custom.css
@@ -3,6 +3,8 @@
* CSS tweaks for the Alabaster theme
*/
+div.body { max-width: none; }
+
/* Shrink the headers a bit */
div.body h1 { font-size: 180%; }
div.body h2 { font-size: 150%; }
--
2.55.0