background-color: $color-main;
@include padding-top(2);
@include padding-bottom(2);
- @include margin(2 0);
+ @include margin(2 0 0 0);
h2:first-child {
margin-top: 0;
}
+ & + hr {
+ margin-top: 1px;
+ }
+
+ & + .page__block {
+ @include margin-top(2);
+ }
+
}
&--black {
{% load i18n mezzanine_tags keyword_tags pages_tags organization_tags %}
{% if blocks %}
- <div class="white-bg pb2 ">
+ <div class="white-bg pb2">
<hr class="mt0" />
{% for block in blocks %}
{% if not forloop.first and block.with_separator %}