diff options
Diffstat (limited to 'public/lambda.js')
-rw-r--r-- | public/lambda.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/lambda.js b/public/lambda.js index 85037c3..d71322e 100644 --- a/public/lambda.js +++ b/public/lambda.js @@ -45,7 +45,7 @@ function putlam(el, height, width, min, max, period) { } let lamEl = document.querySelector('.lambda'); -putlam(lamEl, 45, 45, 0.3, 4.5, 450); +putlam(lamEl, 55, 45, 0.3, 4.5, 450); ` |