Skip to content

Commit

Permalink
Add additional padding for lists in sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 17, 2021
1 parent e1c5dbe commit 0165df3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/furo/assets/styles/content/_sidebar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ article .sidebar
padding-left: 1rem
padding-right: 1rem

> ul, > ol // lists need additional padding, because bullets.
padding-left: 2.2rem

.sidebar-title
margin: 0
padding: 0.5rem 1rem
Expand Down

0 comments on commit 0165df3

Please # to comment.