Remove font size from blockquote styles

This commit is contained in:
Michael Rose
2014-02-26 15:07:26 -05:00
parent 05906ade7f
commit 02deb4d2cb
3 changed files with 1 additions and 9 deletions

View File

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