Merge pull request #19 from mntn-xyz/patch-12
Fix blockquote top/bottom margin
This commit is contained in:
commit
06e239121c
|
@ -104,7 +104,7 @@ ol li::marker {
|
||||||
/* Blockquotes */
|
/* Blockquotes */
|
||||||
blockquote {
|
blockquote {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 1.5rem;
|
margin: 0 0 1.5rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote::before {
|
blockquote::before {
|
||||||
|
|
Loading…
Reference in New Issue