fix horizontal scrollbar appearing when footer is too long, footer wraps now

This commit is contained in:
Jan-Christoph Borchardt 2014-01-29 11:06:19 +01:00
parent 13ed59c1cf
commit 8f81f007cd
1 changed files with 1 additions and 2 deletions

View File

@ -49,9 +49,8 @@ footer {
p.info {
color: #777;
text-align: center;
width: 352px;
margin: 0 auto;
padding: 20px;
padding: 20px 0;
}
p.info a {