From 3028f9c299f0118e4226f455dbf8314c8d541af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozman?= <tomas.hozman@pm.me> Date: Thu, 8 Dec 2022 20:40:51 +0100 Subject: [PATCH] remove unnecessary padding --- main/templates/main/includes/person_contact_big.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/templates/main/includes/person_contact_big.html b/main/templates/main/includes/person_contact_big.html index e2941efd..d2aefd83 100644 --- a/main/templates/main/includes/person_contact_big.html +++ b/main/templates/main/includes/person_contact_big.html @@ -12,7 +12,7 @@ <div class="flex flex-col mb-8"> <h4 class="font-bold mb-2 text-2xl xl:text-4xl"> {{ person_page.title }} - </h4> + </h4> <span class="leading-6 mb-4 xl:mb-6 w-10/12"> {{ person_page.position | default_if_none:'' }} </span> -- GitLab