Skip to content

Commit

Permalink
Add margin-bottom on website sidebar so not cramped on short pages
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 27, 2017
1 parent 5a517ac commit 7cdea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/sidebar-body.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class SidebarBody extends React.Component {
? scale(2 / 5).fontSize
: scale(1 / 5).fontSize
return (
<div>
<div css={{ marginBottom: rhythm(1) }}>
{menu.map(section => (
<div
key={section.title}
Expand Down

0 comments on commit 7cdea47

Please sign in to comment.