From c65433991a1d22d909258e7870e72bdbd05d7587 Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Sun, 22 Apr 2018 14:31:04 +0800 Subject: [PATCH] fix margin --- lib/default-theme/styles/code.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/default-theme/styles/code.styl b/lib/default-theme/styles/code.styl index b1271a7d05..2af6b2dcb7 100644 --- a/lib/default-theme/styles/code.styl +++ b/lib/default-theme/styles/code.styl @@ -34,8 +34,8 @@ .highlighted-line background-color rgba(0, 0, 0, 66%) display block - margin 0.1rem -1.5rem 0 - padding 0.1rem 1.5rem + margin 0 -1.5rem + padding 0 1.5rem pre[class="language-js"], pre[class="language-javascript"] &:before