From 620c0b7cc744f65a2971756b536b5eab7bfe2751 Mon Sep 17 00:00:00 2001 From: Lukas Engelter Date: Tue, 15 Aug 2023 11:12:20 +0200 Subject: [PATCH] feature: add whitespace around the web page frame to ease the eyes on smaller screens --- sphinx/themes/agogo/static/agogo.css_t | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t index 48457b34ec7..e885d8ce037 100644 --- a/sphinx/themes/agogo/static/agogo.css_t +++ b/sphinx/themes/agogo/static/agogo.css_t @@ -135,8 +135,7 @@ dt:target, .highlighted { /* Header */ div.header { - padding-top: 10px; - padding-bottom: 10px; + padding: 1em; } div.header .headertitle { @@ -173,8 +172,7 @@ img.logo { /* Content */ div.content-wrapper { background-color: white; - padding-top: 20px; - padding-bottom: 20px; + padding: 1em; } div.document {