Spaces:
Running
Running
Commit
·
4a80b26
1
Parent(s):
7dbbd32
Update index.html
Browse files- index.html +5 -2
index.html
CHANGED
|
@@ -30,9 +30,12 @@
|
|
| 30 |
.publication-links a{
|
| 31 |
color: white !important
|
| 32 |
}
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
| 35 |
}
|
|
|
|
| 36 |
</style>
|
| 37 |
</head>
|
| 38 |
<body>
|
|
|
|
| 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 |
+
|
| 39 |
</style>
|
| 40 |
</head>
|
| 41 |
<body>
|