]> git.parisson.com Git - mezzo.git/commitdiff
Add some margins to the colored page blocks
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 12 Sep 2016 12:32:42 +0000 (14:32 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Mon, 12 Sep 2016 12:32:42 +0000 (14:32 +0200)
app/static/src/sass/modules/_page.scss

index 028b795c26de1196bc88ce1f6b8990f16ba500d0..3234b26e00dda1616171989b85c2fff0cf61a739 100644 (file)
@@ -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;