Add testimonial image styles
This commit is contained in:
parent
995fa354f3
commit
c62e084647
|
@ -75,7 +75,7 @@ testimonials:
|
||||||
<img
|
<img
|
||||||
src="{{ site.url }}/images/testimonials/{{ testimonial.image }}"
|
src="{{ site.url }}/images/testimonials/{{ testimonial.image }}"
|
||||||
alt="{{ testimonial.name }}"
|
alt="{{ testimonial.name }}"
|
||||||
class="rounded-full w-16 h-16"
|
class="with-border with-padding rounded-full w-16 h-16"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue