jeremierostan commited on
Commit
de74a5b
·
verified ·
1 Parent(s): 9e304d5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -350,7 +350,7 @@
350
  const box = document.createElement('div');
351
  box.className = 'box';
352
  // Set initial scale
353
- box.style.transform = `scaleY(${Math.random() * 0.5 + 0.2})`;
354
  visualization.appendChild(box);
355
  }
356
  }
 
350
  const box = document.createElement('div');
351
  box.className = 'box';
352
  // Set initial scale
353
+ box.style.transform = `scaleY(0.4)`;
354
  visualization.appendChild(box);
355
  }
356
  }