Fix blockquote top/bottom margin
Make top and bottom consistent with other elements
This commit is contained in:
parent
8d534bcdad
commit
3ca826bfc1
|
@ -104,7 +104,7 @@ ol li::marker {
|
|||
/* Blockquotes */
|
||||
blockquote {
|
||||
position: relative;
|
||||
margin-left: 1.5rem;
|
||||
margin: 0 0 1.5rem 1.5rem;
|
||||
}
|
||||
|
||||
blockquote::before {
|
||||
|
|
Loading…
Reference in New Issue