Skip to content

Commit

Permalink
Tighten up stylings for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Oct 3, 2016
1 parent 60f2d9e commit f6840c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ const Item = ({ url, title }) => (
className="sidebar-item"
style={{
...scale(-1/5),
lineHeight: 1.6,
marginBottom: rhythm(1/4),
width: '100%',
}}
>
<Link
className="sidebar-item__title"
style={{
padding: rhythm(1/4),
paddingBottom: rhythm(1/4),
}}
activeStyle={{
color: 'black',
Expand Down

0 comments on commit f6840c6

Please sign in to comment.