aboutsummaryrefslogtreecommitdiff
path: root/assets/book.scss
diff options
context:
space:
mode:
authorJordi Bares <jordibares@hotmail.com>2019-03-31 22:48:17 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-09 22:31:24 +0200
commit45271b5298d4a5dd91df97a1d3f3c726bd9398bc (patch)
treec703c7c5567fa4343e203a2bebf2ba60e87f5ea9 /assets/book.scss
parent941ca77a327f595e50e0cd22d35e984afb29530d (diff)
Add footer functionality
Diffstat (limited to 'assets/book.scss')
-rw-r--r--assets/book.scss14
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