Skip to content

Commit

Permalink
Apply right gutter to part titles in TOC (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman committed Nov 6, 2018
1 parent f12a6af commit 895a051
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/buckram/assets/styles/components/toc/_left.scss
Expand Up @@ -66,6 +66,10 @@
margin-left: if-map-get($toc-left-left-gutter, $type);
}

.part {
margin-right: if-map-get($toc-left-right-gutter, $type);
}

.part a::before {
content: $toc-part-number-before-content $toc-part-number-content $toc-left-part-number-after-content;
display: $toc-left-part-number-display;
Expand Down

0 comments on commit 895a051

Please sign in to comment.