summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 0bcbc5e47..b12689fb7 100644
--- a/functions.php
+++ b/functions.php
@@ -3872,7 +3872,7 @@
ksort($tags);
$max_size = 32; // max font size in pixels
- $min_size = 9; // min font size in pixels
+ $min_size = 11; // min font size in pixels
// largest and smallest array values
$max_qty = max(array_values($tags));