fix: class name change for testimonial author
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
{{ widgets.Avatar(member=member, avatar_class="avatar-small") }}
|
{{ widgets.Avatar(member=member, avatar_class="avatar-small") }}
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-3">
|
<div class="ml-3">
|
||||||
<div class="testimonial-author_name" >{{ member.full_name }}</div>
|
<div class="testimonial-author-name" >{{ member.full_name }}</div>
|
||||||
{% if member.headline %}<div class="testimonial-profession">{{ member.headline }}</div> {% endif %}
|
{% if member.headline %}<div class="testimonial-profession">{{ member.headline }}</div> {% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -975,7 +975,7 @@ pre {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-author_name {
|
.testimonial-author-name {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: var(--text-lg);
|
font-size: var(--text-lg);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user