multimodalart HF Staff commited on
Commit
f12635c
·
1 Parent(s): 1110d65

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -30,12 +30,12 @@
30
  .publication-links a{
31
  color: white !important
32
  }
33
- @media only screen and (max-width: 600px) {
34
  .columns {
35
  overflow-y: scroll;
36
  }
37
  }
38
- @media only screen and (min-width: 601px) {
39
  img{
40
  max-width: 80vw !important
41
  }
 
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
  }