From 3b0997fc42e4b0acb4cadd11d54e7d1a60c74670 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 8 Jan 2021 22:52:03 +0530 Subject: [PATCH] fix margin when hljs was disabled --- assets/css/post-single.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/post-single.css b/assets/css/post-single.css index b11468ba..8a0852b3 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -162,6 +162,10 @@ margin: 0 } +.post-content .highlight { + margin: auto 0 20px +} + .post-content .highlighttable { table-layout: fixed }