From 3fa82f9fb1e893684a87f57a803b9300f4567a5e Mon Sep 17 00:00:00 2001
From: Annabel Dunstone Gray <annabel.dunstone@gmail.com>
Date: Mon, 20 Mar 2017 15:16:55 -0600
Subject: [PATCH] Add space to bottom of screen

---
 app/assets/stylesheets/framework/layout.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 0a42b17c1f5..4d5a2ca52f0 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -23,6 +23,10 @@ body {
   }
 }
 
+.content-wrapper {
+  padding-bottom: 100px;
+}
+
 .container {
   padding-top: 0;
   z-index: 5;
-- 
GitLab