diff --git a/uniweb/templates/uniweb/blocks/people_group_block.html b/uniweb/templates/uniweb/blocks/people_group_block.html index 752458f02285438ff0a0e9c5d014660541bca857..8630f953772de8ac9744df41d9ef7d4cff01b089 100644 --- a/uniweb/templates/uniweb/blocks/people_group_block.html +++ b/uniweb/templates/uniweb/blocks/people_group_block.html @@ -2,7 +2,7 @@ <h2 class="head-heavy-base mb-4"> {{ self.group_title }} </h2> - <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 row-gap-8 col-gap-8"> + <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> {% for person_details in self.person_list %} {% with person_details.person as person_page %} {% include "shared/person_badge_snippet.html" with title=person_details.position|default:person_page.job_function %} diff --git a/uniweb/templates/uniweb/uniweb_person_page.html b/uniweb/templates/uniweb/uniweb_person_page.html index 0f68860b84dcc6eafcd174fca1cf505bcf6ac173..c2bfe4b059666195552734f7baafb3796703472e 100644 --- a/uniweb/templates/uniweb/uniweb_person_page.html +++ b/uniweb/templates/uniweb/uniweb_person_page.html @@ -112,7 +112,7 @@ </div> {% endif %} - {% if page.phone or page.email and page.show_email %} + {% if page.phone or page.city or page.email and page.show_email %} <hr> <div class="content-block"> <div class="space-y-4">