We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef46648 commit 146e7bfCopy full SHA for 146e7bf
_sass/custom/custom.scss
@@ -123,10 +123,10 @@ th {
123
section.config-indent {
124
--indent-size: 2em;
125
126
- --bracket-width: 0.5em;
127
&::before, &::after {
128
position: relative;
129
- left: calc(-1 * var(--indent-size) - var(--bracket-width) / 2);
+ font-family: monospace;
+ left: calc(-1 * var(--indent-size) - 0.5ch); //-0.5ch to center the line neatly between the {}'s
130
}
131
132
&::before { content: "{"; }
0 commit comments