We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b808267 commit 166ded8Copy full SHA for 166ded8
1 file changed
index.html
@@ -3536,8 +3536,8 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
3536
3537
tagCloudContainer.innerHTML = '';
3538
3539
- const minFontSize = 0.8;
3540
- const maxFontSize = 2.5;
+ const minFontSize = 1.0;
+ const maxFontSize = 1.6;
3541
const maxCount = Math.max(...Object.values(categoryCounts));
3542
const minCount = Math.min(...Object.values(categoryCounts));
3543
0 commit comments