From ea83529bcae06980454fc1b06962e8d8f615af70 Mon Sep 17 00:00:00 2001 From: Yueyu Date: Thu, 9 Dec 2021 18:55:06 +0800 Subject: [PATCH] update font size and line height --- editions/free/src/inapp/style/privacy.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/editions/free/src/inapp/style/privacy.css b/editions/free/src/inapp/style/privacy.css index 1fd09a8..14f2b53 100644 --- a/editions/free/src/inapp/style/privacy.css +++ b/editions/free/src/inapp/style/privacy.css @@ -48,7 +48,8 @@ h3 { display: block; margin-bottom: ${css_vh(0.875)}; padding: ${css_vh(2.85)}; - font-size: ${css_vh(2.85)}; + font-size: ${css_vh(3.8)}; + line-height: ${css_vh(5.7)}; background-color: rgba(76, 151, 255, 0.15); } @@ -64,5 +65,6 @@ ul { .description { font-size: ${css_vh(2.85)}; + line-height: ${css_vh(4.275)}; margin-bottom: ${css_vh(1.3)}; }