Spaces:
Running
Running
Update index.html
Browse files- 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(
|
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 |
}
|