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 73371d0 commit e9399d9Copy full SHA for e9399d9
_sass/custom/custom.scss
@@ -123,9 +123,10 @@ th {
123
section.config-indent {
124
--indent-size: 2em;
125
126
+ --bracket-width: 0.5em;
127
&::before, &::after {
128
position: relative;
- left: calc(-1 * var(--indent-size) - 0.2em);
129
+ left: calc(-1 * var(--indent-size) - var(--bracket-width) / 2);
130
}
131
132
&::before { content: "{"; }
0 commit comments