fdaudens HF Staff commited on
Commit
224339d
·
verified ·
1 Parent(s): b2b83a0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -13,7 +13,7 @@
13
  }
14
  #viz {
15
  width: 100%;
16
- height: 68vh;
17
  position: relative;
18
  overflow: hidden;
19
  }
@@ -89,7 +89,7 @@ function createVisualization() {
89
 
90
  // Set dynamic width and height for responsiveness
91
  const width = window.innerWidth;
92
- const height = window.innerHeight * 0.68;
93
 
94
  const plot = Plot.plot({
95
  width: width,
 
13
  }
14
  #viz {
15
  width: 100%;
16
+ height: 67vh;
17
  position: relative;
18
  overflow: hidden;
19
  }
 
89
 
90
  // Set dynamic width and height for responsiveness
91
  const width = window.innerWidth;
92
+ const height = window.innerHeight * 0.67;
93
 
94
  const plot = Plot.plot({
95
  width: width,