diff options
author | Nick Shine <shine.nick@gmail.com> | 2018-12-05 18:31:24 -0600 |
---|---|---|
committer | Alexander Shpak <alex-shpak@users.noreply.github.com> | 2018-12-07 15:03:15 +0100 |
commit | dc110c3c63451cda54c20ae2f30025d7c07dca39 (patch) | |
tree | fd1315bc4187dc69db1865270d242f1346210248 /assets | |
parent | bd265f5f91b6753d6e69d384fe4ee9ca6c932c13 (diff) |
add edit page config instructions to readme and update font-size
Diffstat (limited to 'assets')
-rw-r--r-- | assets/book.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/book.scss b/assets/book.scss index c509c63..6038bde 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -136,12 +136,12 @@ ul.pagination { .book-git-footer { display: flex; margin-top: $padding-16; - font-size: $font-size-12; + font-size: $font-size-14; align-items: baseline; img { - width: $font-size-12; - vertical-align: bottom; + width: $font-size-14; + vertical-align: bottom; } } |