刚建立我的新网站,在Chrome浏览器中看起来很完美,但在Firefox(OS)上查看时,页面底部大约有15个像素空间。只是无法弄清楚造成它的原因。
答案 0 :(得分:3)
尝试从p
中的footer
元素中删除下边距。例如,将您的layout.css
文件更新为以下内容(第195行):
footer p {
color: #fff;
font-size: 12px;
line-height: 16px;
margin-bottom: 0;
margin-top: 20px;
text-align: center;
}