Browse Source

Merge pull request #3 from p410n3/master

Another footer fix.
master
Marcel Haazen 5 years ago
committed by GitHub
parent
commit
49cbe432ce
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      css/style.css

+ 5
- 1
css/style.css View File

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

Loading…
Cancel
Save