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

@ -93,12 +93,12 @@ figcaption {
blockquote {
font-family: @alt-font;
font-style: italic;
.font-rem(18);
.font(18);
@media @medium {
margin-left: -28px;
padding-left: 20px;
border-left: 8px solid @border-color;
.font-rem(24);
.font(24);
}
}