From 31a93a2d7770679ead3236e3733557708e47ba5b Mon Sep 17 00:00:00 2001 From: XPoet Date: Mon, 7 Dec 2020 09:56:29 +0800 Subject: [PATCH] style: optimize first screen font line-height --- source/css/layout/_partial/first-screen.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/layout/_partial/first-screen.styl b/source/css/layout/_partial/first-screen.styl index 298778e..f33a374 100644 --- a/source/css/layout/_partial/first-screen.styl +++ b/source/css/layout/_partial/first-screen.styl @@ -17,7 +17,7 @@ $tablet-font-size = 1.8rem; .description { font-weight: bold; font-size: $pc-font-size; - line-height: 1.6; + line-height: 1.8; text-align: center; +keep-tablet() {