Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
refactor quotes style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Nov 23, 2015
1 parent 8dec9ea commit 3362c0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 0 additions & 6 deletions assets/scss/components/_media-queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,4 @@
#post-title {
margin: 2.5rem 0;
}

blockquote {
> p {
margin: 2rem -1rem;
}
}
}
10 changes: 4 additions & 6 deletions assets/scss/modules/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,16 @@ em {
font-style: italic;
}
blockquote {
padding: 0 0 0 1.5rem;
border-left: $gray-darkest 0.25rem solid;
> p {
margin: 2.5rem -3rem;

margin: 0.8em 0;
font-family: $quote-font;
font-size: 1.2rem;
-webkit-font-smoothing: antialiased;
font-style: italic;
line-height: 1.4;

text-align: center;
letter-spacing: .01rem;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
}
}
// ------------------------------
Expand Down

0 comments on commit 3362c0b

Please sign in to comment.