Merge pull request #1855 from stevenengler/code-fmt

Fix code padding in headings
This commit is contained in:
Eric Huss 2022-07-13 18:06:49 -07:00 committed by GitHub
commit da166e051d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ pre > .buttons button {
padding: 0.3rem 1rem;
}
}
code {
pre > code {
padding: 1rem;
}