Fix code block indenting

This commit is contained in:
jultty 2024-02-24 12:34:01 -03:00
commit 1817aee2e8
2 changed files with 5 additions and 2 deletions

View file

@ -53,5 +53,7 @@ li {
margin-bottom: 10px;
}
.sourceCode { color: #ccc; }
.sourceCode span { margin-left: 20px; }
.sourceCode pre {
color: #ccc;
margin-left: 20px;
}