Browse Source

More spacing for image

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

2
blog/index.html

@ -32,7 +32,7 @@ section_id: blog
<p><a href="{{ post.url | replace:'.html','' }}" class="button tiny blue simple boxed">Read more</a></p>
</div>
</div>
<div class="large-3 columns blog">
<div class="large-3 columns blog" style="margin-bottom: 30px;">
{% if post.images %}
<a href="{{ post.url | replace:'.html','' }}"><img style="display: block; margin: auto;" src="{{site.url}}/{{post.images[0]}}" alt="post"></a>
{% endif %}

Loading…
Cancel
Save