Browse Source

Update index.html

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
6ab2a0a4d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      index.html

2
index.html

@ -133,7 +133,7 @@ clients:
<div class='large-12 columns'>
<div class='clients'>
{% for client in page.clients %}
<div><a href="{{client.url}}" target="blank"><img alt="" src="{{site.baseurl}}/{{client.image}}"></a></div>
<div><a href="{{client.url}}" target="blank"><img alt="" src="{{site.baseurl}}/{{client.image}}" width="200px" height="120px"></a></div>
{% endfor %}
</div>
</div>

Loading…
Cancel
Save