From 6e9911c1df0d6efaac94096ebb570315f4f96018 Mon Sep 17 00:00:00 2001 From: zhangj Date: Wed, 12 Feb 2020 19:39:54 +0800 Subject: [PATCH] update: .markdown-section max-width 800px to 80% (#1017) * update max-width 800px to 95% * update to 80% --- src/themes/basic/_layout.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/basic/_layout.styl b/src/themes/basic/_layout.styl index 387fd7994..9171c056b 100644 --- a/src/themes/basic/_layout.styl +++ b/src/themes/basic/_layout.styl @@ -305,7 +305,7 @@ body.sticky /* markdown content found on pages */ .markdown-section margin 0 auto - max-width 800px + max-width 80% padding 30px 15px 40px 15px position relative