Skip to content

Commit 409a462

Browse files
committed
Lower min height (for mobile devices)
1 parent 752a007 commit 409a462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/techtree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Tree {
1919
imperial_1_y: 0,
2020
imperial_2_y: 0
2121
}
22-
this.height = Math.max(window.innerHeight - 80, 300);
22+
this.height = Math.max(window.innerHeight - 80, 100);
2323
this.width = 0;
2424
this.padding = 10;
2525
this.element_height = 0;

0 commit comments

Comments
 (0)