Can not visit link when click on the picture
问题 I have a 2 blocks. Photo and Video. In computer version when I click for them I can visit each link, but in mobile version they do no work, I mean they are not clickable. What is the problem? .media-links { width: 100%; } .media-links a { display: block; /*height: 190px*/ ; width: 40%; float: left; background-repeat: no-repeat; background-size: 100%; text-decoration: none; } .media-links .video-link { background-image: url('../img/videos.png'); margin-right: 10%; } .media-links .foto-link {