fediplan/public/css/style.css
2019-08-22 19:09:49 +02:00

21 lines
297 B
CSS

html, body {
height: 100%;
}
#wrap {
min-height: 100%;
}
#main_contain {
overflow:auto;
padding-bottom:150px;
padding-top: 80px;
}
.footer {
position: relative;
margin-top: -150px;
padding: 10px;
clear:top;
height: 150px;
background-color: #f5f5f5;
}