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

View File

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