Display site subtitle in masthead (#2205)

* Add site subtitle
* Tabs vs spaces - the ancient conflict
* updates cfr PR #2205
* Perhaps also add the closing anchor
* Make sure we check for the right variables...
* Brown paper bag - subtitle, not description
This commit is contained in:
Jan De Luyck
2019-07-17 17:43:25 +02:00
committed by Michael Rose
parent 00bec58bee
commit cfad550975
2 changed files with 7 additions and 1 deletions

View File

@ -53,6 +53,10 @@
z-index: 20;
}
.site-subtitle {
font-size: $type-size-8;
}
.masthead__menu {
float: left;
margin-left: 0;