From 845c3304c801790a4680a921c9b15bcea72f5846 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 21 Jan 2021 20:20:00 +0800 Subject: [PATCH] style: optimize home page --- source/css/layout/home-content.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/css/layout/home-content.styl b/source/css/layout/home-content.styl index 5624df8..55c8742 100644 --- a/source/css/layout/home-content.styl +++ b/source/css/layout/home-content.styl @@ -27,8 +27,8 @@ .home-article-title { position: relative; font-weight: 600; - font-size: 1.5rem; - line-height: 1.5rem; + font-size: 1.38rem; + line-height: 1; color: var(--second-text-color); @@ -60,7 +60,7 @@ display: flex; justify-content: space-between; align-items: center; - font-size: 1rem; + font-size: 0.95rem; color: var(--third-text-color);