From 73ef7b492c1ad7ca1ff4bee2cbb42bc8606152ed Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Mon, 24 Feb 2020 11:02:40 +0800 Subject: [PATCH] Change section p style --- docs/_sass/_spacevim.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sass/_spacevim.scss b/docs/_sass/_spacevim.scss index d98d57fe6..5f5ce83e3 100644 --- a/docs/_sass/_spacevim.scss +++ b/docs/_sass/_spacevim.scss @@ -289,6 +289,6 @@ section #title .credits.right { float: right; } section { margin-top: 40px; } nav { display: none; } } -p { text-indent:2em; } +section p { text-indent:2em; } /*! vim:set nowrap: */