_layouts/portfolio.html in hardpool-flat-1.0.0 vs _layouts/portfolio.html in hardpool-flat-2.0.0
- old
+ new
@@ -15,10 +15,10 @@
{% assign posts = catPosts %}
{% endif %}
<div class="row mb-5">
{% for post in posts %}
- <div class="col-4 portfolio-item">
+ <div class="col-md-4 col-sm-6 portfolio-item">
<a class="d-block" href="{{ post.url }}">
<div class="img-34" style="background-image:url('{{ post.img_v }}')"></div>
<h2 class="mt-2 mb-4 text-center">{{ post.title }}</h2>
</a>
</div>
\ No newline at end of file