mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 15:17:23 +02:00
Small CSS adjustments. (#79)
This commit is contained in:
parent
f48ff77322
commit
a484893c4f
2 changed files with 36 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue