diff options
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 { |