Links stop working in small resolution (under md). Here is example of my code: https://jsfiddle.net/khybvw20/
import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
body {
background-color: #ebebeb;
font: 17px/20px 'PT Sans Narrow', Arial, Tahoma, sans-serif !important;
}
a{
color: #0072c1 !important;
text-decoration: underline;
}
a:hover {
color: #cc4343 !important;
text-decoration: underline !important;
}
.wrapper{
background-color: #fff;
}
Help me please to find out the problem.