Skip to content

Commit

Permalink
fix: small fixes in Sidebar mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 23, 2019
1 parent f71b5b3 commit ed4d82c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,17 @@ const pagesToNavGroups = pages =>

const Nav = styled.nav`
padding: 0 20px;
width: 200px;
${up(
'sm',
css`
padding-left: 40px;
width: auto;
`,
)}
`

const NavGroup = styled.div`
margin-bottom: 20px;
padding-bottom: 20px;
`

const NavGroupTitle = styled.h3`
Expand Down

0 comments on commit ed4d82c

Please sign in to comment.