Merge pull request #19 from mntn-xyz/patch-12
Fix blockquote top/bottom margin
This commit is contained in:
commit
06e239121c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue