From 71fc0546e07318805a6b63d2abeaf4792d0fdf6f Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Wed, 24 Jun 2020 22:06:08 -0700 Subject: [PATCH] Move move code into common 'margin node' mixin. --- themes/vanilla/assets/scss/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vanilla/assets/scss/style.scss b/themes/vanilla/assets/scss/style.scss index 61d6515..46899e1 100755 --- a/themes/vanilla/assets/scss/style.scss +++ b/themes/vanilla/assets/scss/style.scss @@ -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 {