Increase sidebar title size

This commit is contained in:
Tom Russell 2019-04-04 13:15:54 +01:00
parent 86a369f801
commit 07904e354d

View File

@ -14,7 +14,7 @@ const Sidebar = (props) => (
</Link>
: null
}
<h2 className="h3">{props.title}</h2>
<h2 className="h2">{props.title}</h2>
</header>
{props.children}
</div>