CSS文件:
http://reecemcmillin.com/firstworldproblems/style.css
网页: http://reecemcmillin.com/firstworldproblems/
网页: http://reecemcmillin.com/firstworldproblems/
在这种情况下,我真的不知道发生了什么.在多行文本上,底部的几个像素被切断.
提前致谢.(:
解决方法
最快的修复看起来是这样的:
将font-size从14px更改为13px
#slidertext h3 { font-size: 13px; // other styles }
在Chrome中为我工作