Skip to content

Commit

Permalink
reduce space between doctitle and embedded toc
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 29, 2020
1 parent 533ec58 commit 54d02ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
}
}

h1.page + aside.toc.embedded {
margin-top: -0.5rem;
}

#preamble + .sect1,
.doc .sect1 + .sect1 {
margin-top: 2rem;
Expand Down

0 comments on commit 54d02ac

Please sign in to comment.