Rocco Meli commited on
Commit
16c0ff2
·
1 Parent(s): aed59e3

shorten 3dmol box

Browse files
Files changed (3) hide show
  1. html/ligand.html +1 -1
  2. html/pl.html +1 -1
  3. html/protein.html +1 -1
html/ligand.html CHANGED
@@ -6,7 +6,7 @@
6
  <style>
7
  .mol-container {
8
  width: 100%;
9
- height: 700px;
10
  position: relative;
11
  }
12
 
 
6
  <style>
7
  .mol-container {
8
  width: 100%;
9
+ height: 500px;
10
  position: relative;
11
  }
12
 
html/pl.html CHANGED
@@ -6,7 +6,7 @@
6
  <style>
7
  .mol-container {
8
  width: 100%;
9
- height: 700px;
10
  position: relative;
11
  }
12
 
 
6
  <style>
7
  .mol-container {
8
  width: 100%;
9
+ height: 600px;
10
  position: relative;
11
  }
12
 
html/protein.html CHANGED
@@ -6,7 +6,7 @@
6
  <style>
7
  .mol-container {
8
  width: 100%;
9
- height: 700px;
10
  position: relative;
11
  }
12
 
 
6
  <style>
7
  .mol-container {
8
  width: 100%;
9
+ height: 500px;
10
  position: relative;
11
  }
12