move footer to bottom of public page

This commit is contained in:
Hendrik Leppelsack 2015-10-07 12:33:58 +02:00
parent e1286a4151
commit ccfd052e81
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#content {
height: initial;
min-height: calc(100vh - 120px);
overflow: hidden;
}
#preview {