diff options
author | Paul Twohey <twohey@users.noreply.github.com> | 2019-09-01 11:05:34 -0700 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-05 22:22:14 +0200 |
commit | 6004c7edc3e43e9079cab50b39a2dd395294a22a (patch) | |
tree | a844ae70376b86bd8ae55fec5fc4f66c8e517bec /assets/book.scss | |
parent | 7d0ee68c3b2b32178b921d1453924e66100d4ec1 (diff) |
Optional brand logo in the menu controlled by .Site.Params.BookLogo
- documentation in README.md and exampleSite/config.{toml,yaml}
Diffstat (limited to 'assets/book.scss')
-rw-r--r-- | assets/book.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/book.scss b/assets/book.scss index 5922ab0..6f3a8d1 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -93,6 +93,15 @@ ul.pagination { .book-brand { margin-top: 0; + + img { + max-width: 40px; + max-height: 40px; + vertical-align: middle; + } + span { + margin-left: 0.5rem; + } } .book-menu { |