Browse Source

Add left padding for lists in all viewport sizes

It looks wrong on medium sizes, and looks like a negative indent on large sizes.
main
Ismael Martínez 7 years ago
committed by GitHub
parent
commit
6f5518b9d6
  1. 5
      src/theme.js

5
src/theme.js

@ -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,

Loading…
Cancel
Save