diff --git a/ietf/static/css/ietf.scss b/ietf/static/css/ietf.scss index b46dd5b680d..5c874276707 100644 --- a/ietf/static/css/ietf.scss +++ b/ietf/static/css/ietf.scss @@ -151,7 +151,7 @@ table tbody.meta { // Style the photo cards .photo { - width: 13em; + width: 12em; .card-img-top { object-fit: cover; @@ -160,7 +160,11 @@ table tbody.meta { .photo-placeholder { height: 15em; - font-size: 12em; + + .bi { + font-size: 10em; + color: $gray-300; + } } } diff --git a/ietf/templates/group/all_photos.html b/ietf/templates/group/all_photos.html index b73163ba21a..8d8512e755b 100644 --- a/ietf/templates/group/all_photos.html +++ b/ietf/templates/group/all_photos.html @@ -10,10 +10,11 @@
+
{% person_link person with_email=False %}
{% for role in groups %} {{ role.group.acronym }} {% endfor %}