docs: custom.css: don't limit rendering to old 800px monitors

Right now, base.css style imposes a maximum limit of 800 horizontal
pixels to be compatible with very old SVGA monitors.

This is not enough to display some tables like pixformat ones on
media. Instead, use a more realistic maximum limit.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

Message-ID: <20260711094821.5e262356@foz.lan>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Mauro Carvalho Chehab
2026-07-11 09:48:21 +02:00
committed by Jonathan Corbet
parent 9df36192ff
commit 52f2e62506

View File

@@ -3,6 +3,8 @@
* CSS tweaks for the Alabaster theme
*/
div.body { max-width: 120em; }
/* Shrink the headers a bit */
div.body h1 { font-size: 180%; }
div.body h2 { font-size: 150%; }