diff options
author | Nick Shine <shine.nick@gmail.com> | 2018-12-03 01:21:05 -0600 |
---|---|---|
committer | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-12-07 15:03:15 +0100 |
commit | 3bb53572c2ac6b3b74c4e753ebff21ad6f8e6a68 (patch) | |
tree | e7f714689c9701c3c18003af91503e50ef27c4a1 /assets/book.scss | |
parent | e3204d84b3c60d7c38e84b467ea19bdb4a7bcc63 (diff) |
add flex for edit-this-page div
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; |