From a78c7e84f73f6c093377286cebffcd7b4538ebec Mon Sep 17 00:00:00 2001 From: Madelena Mak Date: Mon, 10 Jun 2024 14:53:34 -0400 Subject: [PATCH] Fix-navigation-spacing (#3928) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: H. Árkosi Róbert Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- _static/custom.css | 18 ++++++++++++++++++ _templates/layout.html | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/_static/custom.css b/_static/custom.css index 89eb18a9f..defcf7c06 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -303,6 +303,24 @@ div.body p, div.body dd, div.body li { line-height: 1.6; } +div.sphinxsidebar h3 { + line-height: 1.25; +} + +div.sphinxsidebar li { + line-height: 1.5; + margin-bottom: .25rem; +} + +div.sphinxsidebar input { + font-family: "Instrument Sans", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; +} + +.pagefind-ui__form { + margin-bottom: 1rem; +} + + img.logo { content: url("/_static/logo-text-on-light.svg"); } diff --git a/_templates/layout.html b/_templates/layout.html index 7078bef24..6dfad6f86 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -37,7 +37,7 @@