Tidy sass partials, remove breakpoint

This commit is contained in:
Oliver Davies 2017-03-18 22:47:15 +00:00
parent 23dea217cb
commit 349fe12d0d
8 changed files with 23 additions and 29 deletions

View file

@ -95,7 +95,7 @@ use: [posts]
<h2 class="testimonial__name">{{ testimonial.name }}</h2>
{% if testimonial.image %}
<img class="testimonial__image" src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}" alt="{{ testimonial.name }}"/>
<img class="testimonial__image pull-right img-circle" src="{{ site.url }}/assets/images/testimonials/{{ testimonial.image }}" alt="{{ testimonial.name }}"/>
{% endif %}
{% if testimonial.role and company.name is not defined %}