From c9177787c0108dfece564b2a82f69839e449c959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=AB=A5=E5=B4=87?= <1261960504@qq.com> Date: Sun, 19 Dec 2021 10:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=AD=97=E4=BD=93=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/home/SeventhSection/index.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/home/SeventhSection/index.scss b/src/home/SeventhSection/index.scss index e13901bb..3a3ef9c6 100644 --- a/src/home/SeventhSection/index.scss +++ b/src/home/SeventhSection/index.scss @@ -159,16 +159,16 @@ .issue-content { text-align: left; text-indent: 2em; - font-size: 15px; + font-size: 0.95em; font-weight: 400; color: #3c476e; - line-height: 28px; + line-height: 1.75em; } .issue-time { - height: 28px; - font-size: 15px; + height: 1.75em; + font-size: 0.95em; color: #3c476e; - line-height: 28px; + line-height: 1.75em; } }