]> git.parisson.com Git - mezzo.git/commitdiff
Increase the brief boxes height
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 21 Oct 2016 09:23:14 +0000 (11:23 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 21 Oct 2016 09:23:14 +0000 (11:23 +0200)
app/static/src/sass/modules/boxes/_brief-box.scss

index 635082d72a06dd1fb6538e325ff86f8da1a42560..f3e251fa95428a5a04ae80cb67a44fc444ab5203 100644 (file)
@@ -31,7 +31,7 @@ $module: ".brief-box";
         margin: 0 auto;
         color: $brief-box-color;
 
-        @include margin-top(3);
+        @include margin-top(5);
         @include margin-bottom(1);
 
         @include font-size(xl);
@@ -61,7 +61,7 @@ $module: ".brief-box";
         @extend .button;
         @extend .button--small;
 
-        @include margin-bottom(3);
+        @include margin-bottom(5);
 
     }