From a4597887acb54a55a129339bf11921150da0278e Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 7 Dec 2017 16:03:07 +0800 Subject: [PATCH] style:refine css --- src/styles/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 45bbe204..5cc936b3 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -98,10 +98,11 @@ div:focus{ code { background: #eef1f6; - padding: 15px 10px; + padding: 15px 16px; margin-bottom: 20px; display: block; line-height: 36px; + font-size: 14px; a { color: #337ab7; cursor: pointer;