Fix blockquote indent on small screens

This commit is contained in:
Michael Rose
2014-02-26 15:14:04 -05:00
parent 02deb4d2cb
commit 062be19e2f
3 changed files with 5 additions and 5 deletions

View File

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