Increase sidebar title size
This commit is contained in:
parent
86a369f801
commit
07904e354d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user