Skip to content

Commit bdb54c2

Browse files
authored
Update katex_editor.js
1 parent d61b406 commit bdb54c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sketches/katex_editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function setup() {
1010
fontSize.position(width*2/3,height);
1111
katexScript = createInput('\\Huge F = \\Huge G \\frac{m_{1}\\cdot{m_{2}}}{r^{2}}');
1212
katexScript.position(0,height);
13-
katexScript.size(200,200);
13+
katexScript.size(200,100);
1414
tex = createP();
1515
tex.position(width/5, height/3);
1616
}

0 commit comments

Comments
 (0)