Fixed code padding in headings

This commit is contained in:
Steven Engler 2022-07-12 13:30:57 -04:00
parent 6688bd8d7b
commit 6a4ba95926
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;
}