mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
20 lines
274 B
CSS
20 lines
274 B
CSS
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
#wrap {
|
|
min-height: 100%;
|
|
}
|
|
|
|
#main_contain {
|
|
overflow:auto;
|
|
padding-bottom:150px;
|
|
}
|
|
.footer {
|
|
position: relative;
|
|
margin-top: -150px;
|
|
padding: 10px;
|
|
clear:top;
|
|
height: 150px;
|
|
background-color: #f5f5f5;
|
|
}
|