From b1c9d9e6de8449e3e975917e44dedbf759b03322 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Fri, 21 Oct 2016 11:23:14 +0200 Subject: [PATCH] Increase the brief boxes height --- app/static/src/sass/modules/boxes/_brief-box.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.39.5