Merge pull request #139 from ismamz/patch-1

Add left padding for lists in all viewport sizes
This commit is contained in:
Brian Vaughn
2017-10-18 10:14:44 -07:00
committed by GitHub

View File

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