Fix blockquote top/bottom margin
Make top and bottom consistent with other elements
This commit is contained in:
parent
8d534bcdad
commit
3ca826bfc1
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