From 3134827c299a190b2053c43cd64ed44ad4311a1e Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sat, 25 Mar 2017 10:32:42 +0100 Subject: [PATCH] CSS symmetry improvement --- scipost/templates/scipost/_contributor_short.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/templates/scipost/_contributor_short.html b/scipost/templates/scipost/_contributor_short.html index 412c56712..2055f37d7 100644 --- a/scipost/templates/scipost/_contributor_short.html +++ b/scipost/templates/scipost/_contributor_short.html @@ -2,7 +2,7 @@ {% load static %} -<h3 class="mb-0 py-0 d-block"> +<h3 class="mb-0 pb-0 d-block"> {% if contributor.personalwebpage %} <a target="_blank" href="{{ contributor.personalwebpage }}"> {% endif %} -- GitLab