Skip to content

Commit

Permalink
fix(docz-theme-default): padding on sidebar footer
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 7, 2018
1 parent 2926ade commit df25fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Menus = styled('nav')`
`

const Footer = styled('div')`
padding: 10px 0 0;
padding: 10px 0;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit df25fa1

Please sign in to comment.