]> git.parisson.com Git - mezzo.git/commitdiff
Update padding on the shutters
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 08:50:42 +0000 (10:50 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Thu, 15 Sep 2016 08:50:42 +0000 (10:50 +0200)
app/static/src/sass/pages/_home.scss

index aa9534041e1508895766176650b0e2b97948b62f..5a6d37fb26893ddec19005df6762549b1f96bc71 100644 (file)
@@ -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;