Skip to content

Commit

Permalink
Add blockquote stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Oct 3, 2016
1 parent 51bc928 commit 53de51c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utilities/typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ const theme = {
'figure': {
marginBottom: 0,
},
blockquote: {
paddingLeft: rhythm(13/16),
marginLeft: 0,
borderLeft: `${rhythm(3/16)} solid #CCC`,
},
'blockquote.warning,blockquote.todo,blockquote.tip': {
marginLeft: 0,
marginTop: 0,
Expand Down

0 comments on commit 53de51c

Please sign in to comment.