We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.highlight
1 parent 06a8249 commit e4abec0Copy full SHA for e4abec0
_sass/_syntax.scss
@@ -5,7 +5,6 @@
5
div.highlighter-rouge, figure.highlight {
6
position: relative;
7
margin-bottom: 1em;
8
- padding: 1em;
9
border: 1px solid $border-color;
10
border-radius: $border-radius;
11
background-color: $code-background-color;
@@ -27,6 +26,7 @@ div.highlighter-rouge, figure.highlight {
27
26
28
.highlight {
29
margin: 0;
+ padding: 1em;
30
font-family: $monospace;
31
font-size: $type-size-7;
32
line-height: 1.8;
0 commit comments