From cbaa53f482ac257e9a0e844cf55c5c773dfbed5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 12 Sep 2016 14:32:42 +0200 Subject: [PATCH] Add some margins to the colored page blocks --- app/static/src/sass/modules/_page.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index 028b795c..3234b26e 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -67,6 +67,7 @@ $module: ".page"; background-color: $color-main; @include padding-top(2); @include padding-bottom(2); + @include margin(2 0); h2:first-child { margin-top: 0; @@ -80,6 +81,7 @@ $module: ".page"; color: white; @include padding-top(2); @include padding-bottom(2); + @include margin(2 0); h2:first-child { margin-top: 0; @@ -93,6 +95,7 @@ $module: ".page"; color: white; @include padding-top(2); @include padding-bottom(2); + @include margin(2 0); h2:first-child { margin-top: 0; -- 2.39.5