Increase sidebar title size
This commit is contained in:
parent
86a369f801
commit
07904e354d
@ -14,7 +14,7 @@ const Sidebar = (props) => (
|
|||||||
</Link>
|
</Link>
|
||||||
: null
|
: null
|
||||||
}
|
}
|
||||||
<h2 className="h3">{props.title}</h2>
|
<h2 className="h2">{props.title}</h2>
|
||||||
</header>
|
</header>
|
||||||
{props.children}
|
{props.children}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user