Add logo and title customization to the masthead (#2026)

* Add logo and title customization to the masthead

* Adjust config description

* Add test site logo to `/test`

* Document `site.logo` and `site.masthead_title`

* Update CHANGELOG and history
This commit is contained in:
Evan Debenham
2019-01-15 09:07:56 -05:00
committed by Michael Rose
parent 86e95b4f6f
commit 282806ae07
11 changed files with 48 additions and 3 deletions

View File

@@ -39,6 +39,10 @@
}
}
.site-logo img {
max-height: 2rem;
}
.site-title {
display: -webkit-box;
display: -ms-flexbox;

View File

@@ -189,6 +189,11 @@
color: $masthead-link-color-hover;
}
&.site-logo {
margin-left: 0;
margin-right: 0.5rem;
}
&.site-title {
margin-left: 0;
}