File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ div {
186186 align-items : center ;
187187 height : $code-header-height ;
188188 margin-left : 0.75rem ;
189- margin-right : 0.5 rem ;
189+ margin-right : 0.25 rem ;
190190
191191 /* the label block */
192192 span {
@@ -267,7 +267,7 @@ div {
267267 .code-header {
268268 @include ml-mr (0 );
269269
270- $dot-margin : calc ( $code-header-height / 2 ) ;
270+ $dot-margin : 1 rem ;
271271
272272 & ::before {
273273 content : ' ' ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $search-max-width: 200px !default;
1616$footer-height : 5rem !default ;
1717$footer-height-large : 6rem !default ; /* screen width: < 850px */
1818$main-content-max-width : 1250px !default ;
19- $base-radius : 0.5 rem !default ;
19+ $base-radius : 0.625 rem !default ;
2020$back2top-size : 2.75rem !default ;
2121
2222/* syntax highlight */
You can’t perform that action at this time.
0 commit comments