Browse Source

Merge pull request #139 from ismamz/patch-1

Add left padding for lists in all viewport sizes
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
693f7633da
  1. 5
      src/theme.js

5
src/theme.js

@ -324,10 +324,7 @@ const sharedStyles = {
marginTop: 20, marginTop: 20,
fontSize: 16, fontSize: 16,
color: colors.text, color: colors.text,
paddingLeft: 20,
[media.lessThan('small')]: {
paddingLeft: 20,
},
'& p, & p:first-of-type': { '& p, & p:first-of-type': {
fontSize: 16, fontSize: 16,

Loading…
Cancel
Save