From 79b011305e5ecbef181124cc58792d07c8e2b3a3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 22 May 2020 11:18:27 +0100 Subject: [PATCH] docs: increase space around titles for better visual feel --- docs/static/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/static/css/custom.css b/docs/static/css/custom.css index 3f70b36ec..6bb2ca42c 100644 --- a/docs/static/css/custom.css +++ b/docs/static/css/custom.css @@ -57,7 +57,8 @@ h6:hover .header-link { /* more space before headings */ h1, h2, h3, h4, h5, h6 { - margin-top: 12px; + margin-top: 12px; + padding: 15px 0px; } /* Fix spacing of info boxes */