website: fix for touch devices

This commit is contained in:
Rasmus Andersson 2019-05-26 17:43:49 -07:00
parent 2a6051f020
commit fc5a5cdf27

View file

@ -162,6 +162,8 @@ h1 {
box-shadow: inset -1px -1px 0 var(--gridColor);
cursor: cell;
user-select: none;
-webkit-user-select: none;
}
/* for window width >= 1600 */
@media only screen and (min-width: 1599px) {