Skip to content

Commit

Permalink
fixing padding and spacing to get TOC to render right
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Kowall <jkowall@kowall.net>
  • Loading branch information
jkowall committed Sep 17, 2024
1 parent e879666 commit a2c767d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/jaeger-docs/assets/sass/article.sass
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
margin-top: 2rem

.is-8
padding: 0 2rem
padding: 0 1rem

.content
ul, ul li
Expand Down
5 changes: 3 additions & 2 deletions themes/jaeger-docs/assets/sass/pages.sass
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@
position: fixed
bottom: 0%
top: 9rem
left: 3rem

.nav
position: absolute
z-index: 10
width: inherit
max-width: 11rem
width: 180px
max-width: 20rem
line-height: 150%
overflow-y: scroll
overflow-x: hidden
Expand Down

0 comments on commit a2c767d

Please sign in to comment.