_layouts/blog.html in appscms-tools-theme-0.6.7 vs _layouts/blog.html in appscms-tools-theme-0.6.8
- old
+ new
@@ -22,10 +22,10 @@
<div class="row">
{% for post in paginator.posts %}
<div class="col-lg-4 col-md-6 mb-4 card-group">
<div class="card h-100">
<a href="{{ post.url }}">
- <img src="{{ post.image }}" loading="lazy" height="208px" width="100%" class="card-img-top" alt="">
+ <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top" alt="">
</a>
<div class="card-body">
<a href="{{ post.url }}" class="anchor_link">
<h4 class="card-title mb-4">{{ post.title }}</h4>
</a>
\ No newline at end of file