Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-21 00:16:55 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-21 00:16:55 +0300
commit3fa82f9fb1e893684a87f57a803b9300f4567a5e (patch)
tree805d6255317afa8ef0cc97b603e3c71c4178b26b /app/assets/stylesheets/framework/layout.scss
parent0ebf97b015a9f011e7c3e3b9303bd2799b2b427d (diff)
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;