Optional brand logo in the menu controlled by .Site.Params.BookLogo

- documentation in README.md and exampleSite/config.{toml,yaml}
This commit is contained in:
Paul Twohey
2019-09-01 11:05:34 -07:00
committed by Alex Shpak
parent 7d0ee68c3b
commit 6004c7edc3
5 changed files with 32 additions and 2 deletions
+9
View File
@@ -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 {