From: Jérémy Fabre Date: Mon, 12 Sep 2016 12:32:42 +0000 (+0200) Subject: Add some margins to the colored page blocks X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cbaa53f482ac257e9a0e844cf55c5c773dfbed5f;p=mezzo.git Add some margins to the colored page blocks --- 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;