【发布时间】:2016-03-11 12:06:13
【问题描述】:
链接在小分辨率下停止工作(在 md 下)。这是我的代码示例: 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;
}
请帮我找出问题。
【问题讨论】:
-
请最小化您的代码以澄清问题。
标签: javascript html css twitter-bootstrap frontend