diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-06-10 13:42:35 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-06-10 13:42:35 +0200 |
commit | 784fd9bd6a9fcbdf1888f39c3f4dd753ee84f265 (patch) | |
tree | 701a85fafdcbaf508f978da2257ec37ab337415f /assets/book.scss | |
parent | e0c63f96de24927a7efcd4ab0156af8ed8703977 (diff) |
Remove flast section padding from first section, reformat fonts scss
Diffstat (limited to 'assets/book.scss')
-rw-r--r-- | assets/book.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/book.scss b/assets/book.scss index 66b1e81..c0a4b9b 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -110,7 +110,10 @@ ul.pagination { .book-section-flat { margin-bottom: $padding-16 * 2; - margin-top: $padding-16 * 2; + + &:not(:first-child) { + margin-top: $padding-16 * 2; + } > a, > span { |