Skip to content

Commit

Permalink
fix: revert removal of outer paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmonline committed Jun 26, 2019
1 parent 4d2deb0 commit 28ed77d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/col/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ const styles = {
flex: '0 0 auto',
paddingRight: gutter / 2,
paddingLeft: gutter / 2,

'&:first-of-type': {
paddingLeft: 0,
},

'&:last-of-type': {
paddingRight: 0,
},
},
reverse: {
'flex-direction': 'column-reverse',
Expand Down

0 comments on commit 28ed77d

Please sign in to comment.