Skip to content

Commit 2e89229

Browse files
committed
Improve Inline Code Spacing
1 parent 6dc6489 commit 2e89229

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/content/_code.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
#{$parent-selector} code,
4949
#{$parent-selector} kbd {
5050
display: inline-block;
51-
padding: 0.375rem;
51+
padding: 0.125rem 0.375rem;
52+
vertical-align: middle;
5253
}
5354

5455
#{$parent-selector} pre {

0 commit comments

Comments
 (0)