Fix footer

This commit is contained in:
Thomas 2019-08-10 18:43:37 +02:00
parent 1467ca63de
commit b9527b08cd
2 changed files with 18 additions and 8 deletions

View file

@ -1,11 +1,21 @@
html, body {
height: 100%;
}
#wrap {
min-height: 100%;
}
#main_contain {
overflow:auto;
padding-bottom:150px;
}
.footer {
position: relative;
margin-top: -150px;
padding: 10px;
width: 100%;
clear:top;
height: 150px;
background-color: #f5f5f5;
}
#main_contain {
display: table;
width: 100%;
height: 100%;
}

View file

@ -27,11 +27,11 @@
</head>
<body>
<div id="wrap">
<div class="container" style="margin-top: 80px;" id="main_contain">
{% block content %}{% endblock %}
</div>
</div>
<footer class="footer">
<div class="container">