litagin commited on
Commit
d943d13
1 Parent(s): c91a903

Upload 5 files

Browse files
Files changed (1) hide show
  1. index.html +4 -2
index.html CHANGED
@@ -9,8 +9,10 @@
9
  <script type="text/javascript" src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
10
  <style>
11
  #network {
12
- width: 100%;
13
- height: 1200px;
 
 
14
  border: 1px solid black;
15
  border-radius: 4px;
16
  margin-top: 20px;
 
9
  <script type="text/javascript" src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
10
  <style>
11
  #network {
12
+ margin-left: auto;
13
+ margin-right: auto;
14
+ width: 80%;
15
+ height: 800px;
16
  border: 1px solid black;
17
  border-radius: 4px;
18
  margin-top: 20px;