fdaudens HF staff commited on
Commit
1b5c1de
·
verified ·
1 Parent(s): 3ffe9f1

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: 100vh;
17
  position: relative;
18
  overflow: hidden;
19
  }
@@ -74,7 +74,7 @@ function createVisualization() {
74
 
75
  // Set dynamic width and height for responsiveness
76
  const width = window.innerWidth;
77
- const height = window.innerHeight;
78
 
79
  const plot = Plot.plot({
80
  width: width,
 
13
  }
14
  #viz {
15
  width: 100%;
16
+ height: 70vh;
17
  position: relative;
18
  overflow: hidden;
19
  }
 
74
 
75
  // Set dynamic width and height for responsiveness
76
  const width = window.innerWidth;
77
+ const height = window.innerHeight * 0.7;
78
 
79
  const plot = Plot.plot({
80
  width: width,