multimodalart HF staff commited on
Commit
796efdb
1 Parent(s): f12635c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -30,14 +30,14 @@
30
  .publication-links a{
31
  color: white !important
32
  }
33
- @media only screen and (max-width: 800px) {
34
  .columns {
35
  overflow-y: scroll;
36
  }
37
  }
38
- @media only screen and (min-width: 801px) {
39
  img{
40
- max-width: 80vw !important
41
  }
42
  }
43
  </style>
 
30
  .publication-links a{
31
  color: white !important
32
  }
33
+ @media only screen and (max-width: 900px) {
34
  .columns {
35
  overflow-y: scroll;
36
  }
37
  }
38
+ @media only screen and (min-width: 901px) {
39
  img{
40
+ max-width: 90vw !important
41
  }
42
  }
43
  </style>