瀏覽代碼

Merge pull request #1 from p410n3/master

Mobile fix for the footer
master
Marcel Haazen 5 年之前
committed by GitHub
父節點
當前提交
d9b61b841d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      css/style.css

+ 4
- 4
css/style.css 查看文件

@ -215,7 +215,7 @@ footer {
border-top: 1px solid #e7e7e7;
background-color: #f6f5f6;
bottom: 0;
position: absolute;
position: relative;
left: 0;
right: 0;
}
@ -228,7 +228,6 @@ foot {
text-align: right;
padding: 20px 0px;
display: block;
border-top: 1px solid #e8e7e8;
font-size: 12px;
color: #cccccc;
}
@ -499,7 +498,8 @@ elements h1 {
}
body{
background-color: #f6f5f6;
min-height: 100vh;
min-height: 100vh;
position: static;
}
elements small {
@ -663,7 +663,7 @@ elements .clearing-thumbs img:hover {
}
footer {
padding-top: 0px;
margin-top: 30px;
margin-top: 0px;
text-align: center;
}
footer h4 {

Loading…
取消
儲存