From: Jérémy Fabre Date: Thu, 15 Sep 2016 08:50:42 +0000 (+0200) Subject: Update padding on the shutters X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a8e52f126a191931a5488bb3e1be2350767e0cb0;p=mezzo.git Update padding on the shutters --- 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;