From d60f85dfe81d3175c270e456f493b7a14dbbd089 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 8 Oct 2018 22:23:29 +0800 Subject: [PATCH] feat: handle new github header style --- src/content.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content.less b/src/content.less index d829aac..1ea57eb 100644 --- a/src/content.less +++ b/src/content.less @@ -15,6 +15,11 @@ @media (min-width: @width-with-gitako) { margin-left: 0; } + + .Header > div { + width: 1012px; + margin: 0 auto; + } } .markdown-body {