Move move code into common 'margin node' mixin.

This commit is contained in:
Danila Fedorin 2020-06-24 22:06:08 -07:00
parent 871a745702
commit 71fc0546e0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ div.highlight table pre {
}
@include below-two-margins {
left: -$margin-width/2;
left: -($margin-width + $margin-offset)/2;
}
@include below-one-margin {