Skip to content

Commit

Permalink
tweaking style
Browse files Browse the repository at this point in the history
  • Loading branch information
joostf committed Sep 26, 2024
1 parent 772777e commit 502bf37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/assets/style/web.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,18 +495,18 @@ nav.subnav {
font-weight: bold;
}
& .toc-level-4 {
margin-left: 1.15rem;
font-size: .9em;
}

& .toc-level-4 li {
& .toc-level-4 li a {
position: relative;
padding-left:1.5rem;
}
& .toc-level-4 li::before {
& .toc-level-4 a::before {
content:"~";
position:absolute;
top:.25rem;
left:-.5rem;
left:.5rem;
}

}
Expand Down

0 comments on commit 502bf37

Please sign in to comment.