diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-18 01:35:54 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-09-18 01:35:54 +0200 |
commit | 8678e82154226d31ff2833c83fc078d6260a218f (patch) | |
tree | ce36a6825aaea3323980548df9db547a9c7d15f9 /assets/styles.scss | |
parent | 561659ed53a1eb1e7583513af5fa2faba55fca7e (diff) |
Improve side menu rendering
Diffstat (limited to 'assets/styles.scss')
-rw-r--r-- | assets/styles.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/styles.scss b/assets/styles.scss index 670eb76..c36d583 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -25,6 +25,7 @@ a { .book-brand { padding: 0 $padding-16; + margin-bottom: $padding-8; font-weight: 400; a { @@ -73,7 +74,7 @@ a { } } - // class used for sections with bookTopSection: true + // class used for sections with bookRootSection: true .book-nav-section { margin-bottom: $padding-16; > a { font-weight: 600; } |