From: Jérémy Fabre Date: Fri, 21 Oct 2016 09:23:14 +0000 (+0200) Subject: Increase the brief boxes height X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b1c9d9e6de8449e3e975917e44dedbf759b03322;p=mezzo.git Increase the brief boxes height --- diff --git a/app/static/src/sass/modules/boxes/_brief-box.scss b/app/static/src/sass/modules/boxes/_brief-box.scss index 635082d7..f3e251fa 100644 --- a/app/static/src/sass/modules/boxes/_brief-box.scss +++ b/app/static/src/sass/modules/boxes/_brief-box.scss @@ -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); }