Skip to content

Commit 9521ac2

Browse files
committed
slightly increase padding on code blocks
1 parent 59d799c commit 9521ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
box-shadow: inset 0 0 1.75px var(--pre-border-color);
772772
display: block;
773773
overflow-x: auto;
774-
padding: 0.75em;
774+
padding: 0.875em;
775775
}
776776

777777
/* NEEDS REVIEW prevent pre in table from causing article to exceed bounds */

0 commit comments

Comments
 (0)