From ec93b68e36ad59b205378633c934e70ba581ea71 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Thu, 25 Jan 2018 14:16:04 +0000
Subject: [PATCH] styling fund page introduction

---
 .../public/funds/templates/public_funds/fund_page.html     | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/opentech/public/funds/templates/public_funds/fund_page.html b/opentech/public/funds/templates/public_funds/fund_page.html
index d76fa01ce..4476536b5 100644
--- a/opentech/public/funds/templates/public_funds/fund_page.html
+++ b/opentech/public/funds/templates/public_funds/fund_page.html
@@ -6,7 +6,12 @@
     {% include "public_funds/includes/fund_apply_cta.html" with fund_type=page.fund_type.specific %}
     <div class="wrapper">
         <section class="section section--main">
-            <h5>{{ page.introduction }}</h5>
+
+            {% if page.introduction %}
+                <h4 class="heading heading--introduction">
+                    {{ page.introduction }}
+                </h4>
+            {% endif %}
 
             {% include_block page.body %}
         </section>
-- 
GitLab