tools: reduce padding for code examples, to fit more examples on the same screen without scrolling

This commit is contained in:
Delyan Angelov 2025-05-04 18:39:33 +03:00
parent 9df49bfa31
commit d704798cdd
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -618,7 +618,7 @@ pre code {
hyphens: none; hyphens: none;
display: block; display: block;
overflow-x: auto; overflow-x: auto;
padding: 1rem; padding: 5px;
} }
code { code {
padding: 0 0.2rem; padding: 0 0.2rem;