diff options
Diffstat (limited to 'assets/book.scss')
-rw-r--r-- | assets/book.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/book.scss b/assets/book.scss index e817d38..c509c63 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -133,6 +133,18 @@ ul.pagination { } } +.book-git-footer { + display: flex; + margin-top: $padding-16; + font-size: $font-size-12; + align-items: baseline; + + img { + width: $font-size-12; + vertical-align: bottom; + } +} + .book-posts { min-width: $body-min-width; max-width: $sm-breakpoint; |