summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/blocks.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/blocks.scss')
-rw-r--r--app/assets/stylesheets/generic/blocks.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/blocks.scss b/app/assets/stylesheets/generic/blocks.scss
index e953ec741ac..61209f73a2e 100644
--- a/app/assets/stylesheets/generic/blocks.scss
+++ b/app/assets/stylesheets/generic/blocks.scss
@@ -27,6 +27,11 @@
border-bottom: 1px solid #e7e9ed;
color: $gl-gray;
+ &.footer-block {
+ margin-top: 0;
+ margin-bottom: -$gl-padding;
+ }
+
.title {
color: $gl-text-color;
}