Merge pull request #19 from mntn-xyz/patch-12

Fix blockquote top/bottom margin
This commit is contained in:
Joe Roe 2021-08-24 10:10:18 +02:00 committed by GitHub
commit 06e239121c
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 {