improve footer rendering on narrow screens when text wraps to 2 lines.

This commit is contained in:
Thomas Waldmann 2013-10-03 01:10:17 +02:00
parent 8d4a3fdf84
commit 9f4de23dd8

View File

@ -18,9 +18,9 @@ html, body {
}
.footer {
height: 50px;
height: 60px;
padding: 15px;
margin-top: 70px;
margin-top: 60px;
background-color: #ddd;
}