Add some space below subheadings

This commit is contained in:
Patrick Smith 2019-02-12 17:16:04 -05:00
parent d407141a2d
commit 0aff0ac345

View File

@ -140,6 +140,7 @@
opacity: 0.54; opacity: 0.54;
font-size: $small-font-size; font-size: $small-font-size;
font-weight: bold; font-weight: bold;
margin-bottom: 3 * $gap;
} }
.portfolio-content { .portfolio-content {
@ -211,7 +212,6 @@
.portfolio-applications { .portfolio-applications {
.portfolio-applications__header { .portfolio-applications__header {
margin-bottom: 4 * $gap;
.portfolio-applications__header--title { .portfolio-applications__header--title {
@include subheading; @include subheading;
@ -266,7 +266,7 @@
.subheading { .subheading {
@include subheading; @include subheading;
margin-top: 6 * $gap; margin-top: 6 * $gap;
margin-bottom: $gap; margin-bottom: 2 * $gap;
} }
.portfolio-funding__header { .portfolio-funding__header {