diff --git a/web.css b/web.css index 350556e28..146c5b260 100644 --- a/web.css +++ b/web.css @@ -70,6 +70,11 @@ span.hover > img { max-height: 100%; box-shadow: 5px 5px 20px rgba(0,0,0,0.4); } +@media (max-width: 960px) { + a.screenshot:hover + span.hover { + display: none; + } +} @supports not (pointer-events: auto) { a[href$=".png"] { position: relative;