aboutsummaryrefslogtreecommitdiff
path: root/assets/book.scss
diff options
context:
space:
mode:
authorNick Shine <shine.nick@gmail.com>2018-12-03 01:21:05 -0600
committerAlexander Shpak <alex-shpak@users.noreply.github.com>2018-12-07 15:03:15 +0100
commit3bb53572c2ac6b3b74c4e753ebff21ad6f8e6a68 (patch)
treee7f714689c9701c3c18003af91503e50ef27c4a1 /assets/book.scss
parente3204d84b3c60d7c38e84b467ea19bdb4a7bcc63 (diff)
add flex for edit-this-page div
Diffstat (limited to 'assets/book.scss')
-rw-r--r--assets/book.scss12
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;