Tidy sass partials, remove breakpoint
This commit is contained in:
parent
23dea217cb
commit
349fe12d0d
8 changed files with 23 additions and 29 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue