_sass/addon/syntax.scss in jekyll-theme-chirpy-6.2.2 vs _sass/addon/syntax.scss in jekyll-theme-chirpy-6.2.3
- old
+ new
@@ -184,11 +184,11 @@
display: flex;
justify-content: space-between;
align-items: center;
height: $code-header-height;
margin-left: 0.75rem;
- margin-right: 0.5rem;
+ margin-right: 0.25rem;
/* the label block */
span {
line-height: $code-header-height;
@@ -265,10 +265,10 @@
}
.code-header {
@include ml-mr(0);
- $dot-margin: calc($code-header-height / 2);
+ $dot-margin: 1rem;
&::before {
content: '';
display: inline-block;
margin-left: $dot-margin;