From 562f65783841a3cdce1ab0aa20818a42435c7852 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Tue, 30 Jan 2018 16:06:12 +0000
Subject: [PATCH] styling person introduction

---
 opentech/public/people/templates/people/person_page.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/opentech/public/people/templates/people/person_page.html b/opentech/public/people/templates/people/person_page.html
index 1e17e42b8..b1dd88deb 100644
--- a/opentech/public/people/templates/people/person_page.html
+++ b/opentech/public/people/templates/people/person_page.html
@@ -10,9 +10,6 @@
 
     <div class="intro">
         <div class="container">
-            {% if page.introduction %}
-                <p>{{ page.introduction }}</p>
-            {% endif %}
             {% if page.photo %}
                 {% image page.photo original %}
             {% endif %}
@@ -21,6 +18,10 @@
         {% if page.job_title %}
             <h4 class="heading heading--no-margin">{{ page.job_title }}</h4>
         {% endif %}
+
+        {% if page.introduction %}
+            <h4 class="heading heading--person-introduction">{{ page.introduction }}</h4>
+        {% endif %}
             {% if page.website %}
                 <p>{{ page.website }}</p>
             {% endif %}
-- 
GitLab