From dffa6981ca863366db5f08ba050dff46f1bb27e7 Mon Sep 17 00:00:00 2001 From: Little J Date: Mon, 24 Feb 2020 20:04:59 +0100 Subject: [PATCH] [UG] Add space to titles for better readability --- .../_themes/sphinx_rtd_theme/static/css/citheme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css index f430d31f71..d9bed7ae32 100644 --- a/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css +++ b/user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css @@ -1,5 +1,14 @@ @import 'theme.css'; +h1 { + margin-bottom: 2rem; +} + +h2, h3 { + margin-bottom: 2rem; + margin-top: 3rem; +} + .highlighted { padding: 0px !important; font-weight: inherit !important;