chore: improve styling of sidebar

This commit is contained in:
Fabio Berger
2018-10-15 11:23:02 +01:00
parent bd763ebb34
commit 4298da118f

View File

@@ -45,7 +45,7 @@ export class NestedSidebarMenu extends React.Component<NestedSidebarMenuProps, N
// tslint:disable-next-line:no-unused-variable
return (
<div key={`section-${sectionName}`} className="py1" style={{ color: colors.linkSectionGrey }}>
<div style={{ fontWeight: 'bold', fontSize: 15, letterSpacing: 0.5 }} className="py1">
<div style={{ fontSize: 14, letterSpacing: 0.5 }} className="py1">
{finalSectionName.toUpperCase()}
</div>
{this._renderMenuItems(links)}