1
Fork 0

Correct blockquote styling

This commit is contained in:
Jake Howard 2017-12-27 17:36:35 +00:00
parent 3cbc3230e5
commit 6267296870
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -187,6 +187,11 @@ pre.chroma {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin-top: $spacer; margin-top: $spacer;
} }
blockquote {
padding-left: $spacer * 1.2;
border-left: $spacer * 0.2 solid lightgray;
}
} }
.plyr { .plyr {