From 0aff0ac3458bace818af181ea6cf8d10a1010cc8 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 12 Feb 2019 17:16:04 -0500 Subject: [PATCH] Add some space below subheadings --- styles/components/_portfolio_layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 3e8b7084..76565ecd 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -140,6 +140,7 @@ opacity: 0.54; font-size: $small-font-size; font-weight: bold; + margin-bottom: 3 * $gap; } .portfolio-content { @@ -211,7 +212,6 @@ .portfolio-applications { .portfolio-applications__header { - margin-bottom: 4 * $gap; .portfolio-applications__header--title { @include subheading; @@ -266,7 +266,7 @@ .subheading { @include subheading; margin-top: 6 * $gap; - margin-bottom: $gap; + margin-bottom: 2 * $gap; } .portfolio-funding__header {