Unset footer fixed height
If footer is set to a fixed height, it makes some white block between footer and bottom of page. Its height should be resized according to footer content. Related to #840 Signed-off-by: Carlos Coelho <carlos@pencillabs.com>
This commit is contained in:
parent
ac7149fbe5
commit
0336171e4a
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue