From b1180b78aba543e04c3ece6376e5dcf65885c597 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 15 Sep 2016 14:18:06 +0200 Subject: [PATCH] Fix the service banners margins --- app/static/src/sass/modules/_banner.scss | 2 +- app/templates/home/inc/services.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/src/sass/modules/_banner.scss b/app/static/src/sass/modules/_banner.scss index de8c4259..f3b22893 100644 --- a/app/static/src/sass/modules/_banner.scss +++ b/app/static/src/sass/modules/_banner.scss @@ -10,7 +10,7 @@ $module: ".banner"; height: 350px; position: relative; - @include margin-bottom(2); + @include margin-top(2); @include mq($until: lg) { diff --git a/app/templates/home/inc/services.html b/app/templates/home/inc/services.html index 78bf0377..377c9bd6 100644 --- a/app/templates/home/inc/services.html +++ b/app/templates/home/inc/services.html @@ -1,6 +1,6 @@ {% load staticfiles %} -
+
-- 2.39.5