From ca7acb0e9e3e9567c5a7bc3ab8cab0b5783ebe1a Mon Sep 17 00:00:00 2001 From: infidel Date: Tue, 12 Apr 2022 16:31:22 +0700 Subject: [PATCH] change css font size to 1em+0.05vw --- assets/css/template-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/template-styles.css b/assets/css/template-styles.css index 9812bfe..942fbcf 100644 --- a/assets/css/template-styles.css +++ b/assets/css/template-styles.css @@ -18,7 +18,7 @@ box-sizing: border-box; } html { - font-size: 1.2vw; + font-size: calc(1em + 0.05vw); font-family: Roboto, Arial, Helvetica Neue, sans-serif; line-height: 1.5; color: #111;