Small CSS adjustments. (#79)

This commit is contained in:
Héctor Ramos 2017-09-25 12:52:58 -07:00 committed by GitHub
parent f48ff77322
commit a484893c4f
2 changed files with 36 additions and 14 deletions

View file

@ -184,7 +184,7 @@ class HeaderNav extends React.Component {
src={this.props.baseUrl + siteConfig.headerIcon}
/>
{!this.props.config.disableHeaderTitle &&
<h2>
<h2 className="headerTitle">
{this.props.title}
</h2>}
</a>