From 75553917902f49b7aa8a3b34b8f6b8ad61ad45aa Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 27 Feb 2022 18:00:09 +0100 Subject: [PATCH] Make a bit wider with less padding --- doc_src/python_docs_theme/static/pydoctheme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 1fa5c172b..2f629ac48 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -28,13 +28,13 @@ body { div#fmain { color: #222; - padding: 10px 40px 10px; + padding: 1em 2em; background-color: #EEEEFA; border-radius: 14px; position: relative; margin: 1em auto 1em; box-shadow: 0 0 5px 1px #333; - width: 85%; + width: 90%; /* This is super-cheesy, but 1270px is the maximum width of the sidebar, the content and the margins */ max-width: 1270px; }