瀏覽代碼
Merge pull request #3 from p410n3/master
Another footer fix.
master
Marcel Haazen
6 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
5 行新增 和
1 行删除
-
css/style.css
|
|
@ -235,12 +235,16 @@ foot { |
|
|
|
display: block; |
|
|
|
font-size: 12px; |
|
|
|
color: #cccccc; |
|
|
|
width: 100vw; |
|
|
|
width: 100%; |
|
|
|
border-top: 1px solid #e7e7e7; |
|
|
|
padding-left: 0.9375em; |
|
|
|
padding-right: 0.9375em; |
|
|
|
} |
|
|
|
|
|
|
|
footer .row { |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
foot img { |
|
|
|
width: 5%; |
|
|
|
margin-top: -3px; |
|
|
|