diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/book.scss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/assets/book.scss b/assets/book.scss index 13cdbd8..c2689b9 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -145,6 +145,18 @@ ul.pagination { } } +.book-footer { + display: flex; + margin-top: $padding-16; + font-size: $font-size-14; + align-items: baseline; + + img { + width: $font-size-14; + vertical-align: bottom; + } +} + .book-posts { min-width: $body-min-width; max-width: $sm-breakpoint; @@ -205,4 +217,4 @@ aside nav, .book-toc nav { padding: $padding-16 * 2 $padding-16; } -} +}
\ No newline at end of file |