Skip to content

Commit a6ef283

Browse files
committed
Fixed tag font size
1 parent 64729ca commit a6ef283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3701,7 +3701,7 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
37013701
tagCloudContainer.innerHTML = '';
37023702

37033703
const minFontSize = 1.0;
3704-
const maxFontSize = 1.6;
3704+
const maxFontSize = 1.0;
37053705
const maxCount = Math.max(...Object.values(categoryCounts));
37063706
const minCount = Math.min(...Object.values(categoryCounts));
37073707

0 commit comments

Comments
 (0)