diff --git a/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html b/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html index 1d5c2cd2..0a1093ff 100644 --- a/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html +++ b/lms/lms/web_template/multiple_testimonials/multiple_testimonials.html @@ -17,7 +17,7 @@ {{ widgets.Avatar(member=member, avatar_class="avatar-small") }}
-
{{ member.full_name }}
+
{{ member.full_name }}
{% if member.headline %}
{{ member.headline }}
{% endif %}
diff --git a/lms/public/css/style.css b/lms/public/css/style.css index 9c1b0986..75e89347 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -975,7 +975,7 @@ pre { height: 100%; } -.testimonial-author { +.testimonial-author_name { font-weight: 500; font-size: var(--text-lg); color: var(--text-color);