From 94f337f7403e8e5d2d8cc5602e0b3fd5db0720bd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:34:37 +0200 Subject: [PATCH] Infra: Fix print CSS --- pep_sphinx_extensions/pep_theme/static/mq.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep_sphinx_extensions/pep_theme/static/mq.css b/pep_sphinx_extensions/pep_theme/static/mq.css index 2609a959ebd..cf38c1cacfa 100644 --- a/pep_sphinx_extensions/pep_theme/static/mq.css +++ b/pep_sphinx_extensions/pep_theme/static/mq.css @@ -152,7 +152,7 @@ section#pep-page-section > article { float: none; - max-width: 17.5cm; + max-width: 100%; width: auto; margin: 0; padding: 0;