Skip to content

Commit

Permalink
fix(ul): remove padding 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 20, 2020
1 parent 7ff30b2 commit 12a4cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ function renderReactApp({
padding: '2rem',
},
ul: {padding: 0, listStylePosition: 'inside'},
'ul ul': {paddingLeft: '2rem'},
'p > code': {
background: theme.sky,
color: theme.text,
Expand Down

0 comments on commit 12a4cb4

Please sign in to comment.