From 139a587b7ef12aa93d537a09df1abc96e32a8536 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Wed, 31 Jan 2018 09:50:59 +0000
Subject: [PATCH] removing margin from job title as it's not required

---
 opentech/public/people/templates/people/person_page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/public/people/templates/people/person_page.html b/opentech/public/people/templates/people/person_page.html
index 0eae1542a..c412a2894 100644
--- a/opentech/public/people/templates/people/person_page.html
+++ b/opentech/public/people/templates/people/person_page.html
@@ -12,7 +12,7 @@
         <h2 class="heading heading--person">{{ page.first_name }} {{ page.last_name }}</h2>
 
         {% if page.job_title %}
-            <h4 class="heading heading--no-margin">{{ page.job_title }}</h4>
+            <h4 class="heading">{{ page.job_title }}</h4>
         {% endif %}
 
         {% if page.introduction %}
-- 
GitLab