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