Skip to content

Commit

Permalink
style: fixing style for the sidebar-item lineheight
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 12, 2024
1 parent 79b3a23 commit a178702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ h2:not(#toc-title) {

// SIDEBAR
.sidebar-item {
margin: .5rem 0;
margin: .5rem 0 !important;
line-height: var(--bs-body-line-height) !important;
font-family: "ESANotes", Arial, sans-serif;
font-size: 15px !important;
}
Expand Down

0 comments on commit a178702

Please sign in to comment.