Fix blockquote top/bottom margin

Make top and bottom consistent with other elements
This commit is contained in:
mntn 2021-08-09 12:31:21 -04:00 committed by GitHub
parent 8d534bcdad
commit 3ca826bfc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ ol li::marker {
/* Blockquotes */
blockquote {
position: relative;
margin-left: 1.5rem;
margin: 0 0 1.5rem 1.5rem;
}
blockquote::before {