Skip to content

Commit

Permalink
add some vertical space inside sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeden committed Mar 4, 2024
1 parent 5e3374c commit acc9a63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/.vitepress/theme/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ html, body {
.VPSidebarItem.level-0 > .item > .text {
font-family: 'Titillium Web', "Helvetica Neue", sans-serif;
font-size: 1.2em;
}
}

.VPSidebarItem.level-0 > .items {
margin-top: 0.7em;
}

0 comments on commit acc9a63

Please sign in to comment.