From 9a0d8f8627913a0322b314e63377d09c63fefa5a Mon Sep 17 00:00:00 2001 From: "C.A.M. Gerlach" Date: Mon, 21 Mar 2022 16:14:05 -0500 Subject: [PATCH] Style: Bump up primary width breakpoint to trigger more approprately --- pep_sphinx_extensions/pep_theme/static/mq.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep_sphinx_extensions/pep_theme/static/mq.css b/pep_sphinx_extensions/pep_theme/static/mq.css index 617a11501ef..b323a762e9b 100644 --- a/pep_sphinx_extensions/pep_theme/static/mq.css +++ b/pep_sphinx_extensions/pep_theme/static/mq.css @@ -18,7 +18,7 @@ } /* Reduce padding & margins for smaller screens */ -@media (max-width: 36em) { +@media (max-width: 40em) { section#pep-page-section { padding: 0.5rem; } @@ -41,7 +41,7 @@ } } -@media (min-width: 36em) { +@media (min-width: 40em) { section#pep-page-section { display: table; margin: 0 auto;