Skip to content

Commit e60d928

Browse files
committed
tools: reduce padding for v doc produced html nodes too
1 parent d704798 commit e60d928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ hr {
426426
font-size: 0.85rem;
427427
}
428428
.doc-content > .doc-node {
429-
padding: 5rem 0 2rem 0;
429+
padding: 0.5rem 0 0.5rem 0;
430430
margin-top: -4rem;
431431
overflow: hidden;
432432
word-break: break-word;
@@ -785,7 +785,7 @@ button.copy {
785785
padding-top: 0;
786786
}
787787
.doc-content > .doc-node.const:not(:last-child) {
788-
padding-bottom: 1rem;
788+
padding-bottom: 5px;
789789
}
790790
.doc-container {
791791
margin-left: 300px;

0 commit comments

Comments
 (0)