Skip to content

Commit d704798

Browse files
committed
tools: reduce padding for code examples, to fit more examples on the same screen without scrolling
1 parent 9df49bf commit d704798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎cmd/tools/vdoc/theme/doc.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ pre code {
618618
hyphens: none;
619619
display: block;
620620
overflow-x: auto;
621-
padding: 1rem;
621+
padding: 5px;
622622
}
623623
code {
624624
padding: 0 0.2rem;

0 commit comments

Comments
 (0)