Skip to content

Commit

Permalink
fix(styles): Fix pullquote style on small viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 18, 2013
1 parent 84ece76 commit 89d8d90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/_scss/modules/_quotes.scss
Expand Up @@ -16,6 +16,11 @@ blockquote {
font-size: 28px;
margin: 48px -90px;
border-left: none;

@include breakpoint(small) {
margin: 30px 0;
font-size: 22px;
}
}

@include breakpoint(small) {
Expand Down

0 comments on commit 89d8d90

Please sign in to comment.