Merge pull request #10 from mntn-xyz/patch-7

Add margin and padding to pre blocks
This commit is contained in:
Joe Roe 2021-08-24 10:10:45 +02:00 committed by GitHub
commit 2dbfdf52a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,11 @@ kbd {
color: var(--bright-bg);
}
pre {
padding: 1.5rem;
margin: 0 0 1.5rem 0;
}
/* Emphasis */
b,
strong {