Spaces:
Running
Running
Commit
•
796efdb
1
Parent(s):
f12635c
Update index.html
Browse files- 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:
|
34 |
.columns {
|
35 |
overflow-y: scroll;
|
36 |
}
|
37 |
}
|
38 |
-
@media only screen and (min-width:
|
39 |
img{
|
40 |
-
max-width:
|
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>
|