summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/layout.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-20 15:16:55 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-20 15:16:55 -0600
commit3fa82f9fb1e893684a87f57a803b9300f4567a5e (patch)
tree805d6255317afa8ef0cc97b603e3c71c4178b26b /app/assets/stylesheets/framework/layout.scss
parent0ebf97b015a9f011e7c3e3b9303bd2799b2b427d (diff)
downloadgitlab-ce-3fa82f9fb1e893684a87f57a803b9300f4567a5e.tar.gz
Add space to bottom of screen
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss4
1 files changed, 4 insertions, 0 deletions
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;