From 89aba08e345386b462346217d215ec47e4b12561 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 21 Jan 2021 18:14:54 +0800 Subject: [PATCH] style: modified tag cloud page font size --- layout/_partial/tagcloud.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/_partial/tagcloud.ejs b/layout/_partial/tagcloud.ejs index 6584fe6..b4683d4 100644 --- a/layout/_partial/tagcloud.ejs +++ b/layout/_partial/tagcloud.ejs @@ -3,9 +3,9 @@
<%- tagcloud({ - min_font: 0.98, - max_font: 1.50, - unit: 'em', + min_font: 1, + max_font: 1.6, + unit: 'rem', amount: 100 }) %>