Skip to content

Commit

Permalink
Adjust navigation spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Madelena committed Jun 10, 2024
1 parent 854a428 commit a372c60
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,23 @@ 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;
}


@media screen and (max-width: 875px) {
/* hide search result thumbnails on mobile */
Expand Down

0 comments on commit a372c60

Please sign in to comment.