Decrease blockquote leading

master
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

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);
}
}