Decrease blockquote leading

This commit is contained in:
Michael Rose
2014-02-25 16:33:50 -05:00
parent 7ccdaa26d4
commit a6a884ccbd
3 changed files with 5 additions and 3 deletions

View File

@ -394,6 +394,7 @@ blockquote {
font-size: 18px;
font-size: 1.125rem;
font-style: italic;
line-height: 1.4444;
}
@media only screen and (min-width: 48em) {
@ -402,6 +403,7 @@ blockquote {
margin-left: -28px;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.0833;
border-left: 8px solid #bbbbbb;
}
}

File diff suppressed because one or more lines are too long