From 09818720c19ab2b7efe0a518fffdffcb98562549 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Wed, 6 Feb 2019 21:49:04 -0500 Subject: [PATCH] Give portfolio content some head space --- styles/components/_portfolio_layout.scss | 5 ++++- templates/portfolios/base.html | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index eb39a27f..d437a667 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -82,10 +82,13 @@ @include icon-size(20); } } - } } +.portfolio-content { + margin-top: 6 * $gap; +} + .portfolio-navigation { @include panel-margin; margin-bottom: $gap * 4; diff --git a/templates/portfolios/base.html b/templates/portfolios/base.html index 61eef44e..92479d0f 100644 --- a/templates/portfolios/base.html +++ b/templates/portfolios/base.html @@ -12,7 +12,9 @@ {% include "portfolios/header.html" %} {% endblock %}
- {% block portfolio_content %}{% endblock %} +
+ {% block portfolio_content %}{% endblock %} +