From a8e52f126a191931a5488bb3e1be2350767e0cb0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 15 Sep 2016 10:50:42 +0200 Subject: [PATCH] Update padding on the shutters --- app/static/src/sass/pages/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/src/sass/pages/_home.scss b/app/static/src/sass/pages/_home.scss index aa953404..5a6d37fb 100644 --- a/app/static/src/sass/pages/_home.scss +++ b/app/static/src/sass/pages/_home.scss @@ -46,7 +46,7 @@ $module: ".home"; background: white; z-index: 100; - @include padding(1 8); + @include padding(1 0); @include transform(scaleY(0)); @include transition(transform 0.35s ease-in-out); transition-delay: 0.15s; -- 2.39.5