mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
Fix footer
This commit is contained in:
parent
1467ca63de
commit
b9527b08cd
2 changed files with 18 additions and 8 deletions
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue