Fix-navigation-spacing (#3928)

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Madelena Mak 2024-06-10 14:53:34 -04:00 committed by GitHub
parent a80e7de578
commit a78c7e84f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 1 deletions

View File

@ -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");
}

View File

@ -37,7 +37,7 @@
<ul class="breadcrumbs">
{% if parents|length > 0 %}
{%- for doc in parents %}
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> </li>
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> </li>
{%- endfor %}
<li>{{title}}</li>