added a bit more margin in the botton to prevent footer from covering stuff on mobile devices (#282)

fixes issue #228
This commit is contained in:
Thomas Flummer 2018-11-20 00:18:14 +01:00 committed by Thomas Steen Rasmussen
parent 9f824ae11a
commit aafe9de44e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
body {
margin-top: 85px;
margin-bottom: 65px;
margin-bottom: 105px;
overflow: scroll;
}