ソースを参照

Merge pull request #3 from p410n3/master

Another footer fix.
master
Marcel Haazen 6年前
committed by GitHub
コミット
49cbe432ce
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      css/style.css

+ 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;

読み込み中…
キャンセル
保存