Correct blockquote styling
This commit is contained in:
parent
3cbc3230e5
commit
6267296870
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue