Add testimonial image styles

This commit is contained in:
Oliver Davies 2018-09-04 20:31:01 +01:00
parent 995fa354f3
commit c62e084647

View file

@ -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 %}