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 d25a953
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utilities/typography.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ const theme = {
'figure': {
marginBottom: 0,
},
blockquote: {
paddingLeft: rhythm(3/4),
paddingTop: rhythm(1/2),
paddingBottom: rhythm(1/2),
marginLeft: 0,
borderLeft: `${rhythm(1/4)} solid #CCC`,
},
'blockquote.warning,blockquote.todo,blockquote.tip': {
marginLeft: 0,
marginTop: 0,
Expand Down

0 comments on commit d25a953

Please sign in to comment.