From 1aa4cf6ebbbd8830c87089366d2169aa1178b6ae Mon Sep 17 00:00:00 2001 From: Iain Dawson Date: Sat, 6 Jun 2015 16:53:18 +0100 Subject: [PATCH] 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. --- app/assets/stylesheets/scss/navbar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/scss/navbar.scss b/app/assets/stylesheets/scss/navbar.scss index 3efc537f..24129cba 100644 --- a/app/assets/stylesheets/scss/navbar.scss +++ b/app/assets/stylesheets/scss/navbar.scss @@ -183,4 +183,8 @@ } } } + + body { + padding-bottom: 60px; + } }