Merge pull request #841 from chocoelho/unset_footer_fixed_height

Unset footer fixed height
This commit is contained in:
Henne Vogelsang 2016-03-09 11:47:26 +01:00
commit 97ca07d142

View file

@ -18,8 +18,6 @@ body {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5; background-color: #f5f5f5;
.container { .container {
padding: 15px; padding: 15px;