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; diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index 9623041..cbcc35a 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -29,6 +29,7 @@