From 1ea5dc44d45b113c69afc65583043a5ff6c23d15 Mon Sep 17 00:00:00 2001 From: Josh Siegle Date: Sun, 16 Jul 2023 13:39:58 -0700 Subject: [PATCH] Update theme_overrides --- source/_static/theme_overrides.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_static/theme_overrides.css b/source/_static/theme_overrides.css index 8ae0369..2c3c521 100644 --- a/source/_static/theme_overrides.css +++ b/source/_static/theme_overrides.css @@ -249,16 +249,18 @@ h4, h5, h6 { line-height: 1.5; + margin-bottom: 0.7em; } /* List items in main area, but not in side bars */ body > li, p { line-height: 1.5; - margin: 0.3rem 0; + margin: 0.7rem 0; } + /* logo */ .navbar-brand { position: relative;