Skip to content

Commit 166ded8

Browse files
committed
Update tag cloud font size
1 parent b808267 commit 166ded8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3536,8 +3536,8 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
35363536

35373537
tagCloudContainer.innerHTML = '';
35383538

3539-
const minFontSize = 0.8;
3540-
const maxFontSize = 2.5;
3539+
const minFontSize = 1.0;
3540+
const maxFontSize = 1.6;
35413541
const maxCount = Math.max(...Object.values(categoryCounts));
35423542
const minCount = Math.min(...Object.values(categoryCounts));
35433543

0 commit comments

Comments
 (0)