Make room for the create button

Fixes an issue where content on the bottom of the page would be impossible to click on narrow devices.
This commit is contained in:
Iain Dawson 2015-06-06 16:53:18 +01:00
parent d11b16dad6
commit 1aa4cf6ebb
1 changed files with 4 additions and 0 deletions

View File

@ -183,4 +183,8 @@
} }
} }
} }
body {
padding-bottom: 60px;
}
} }