We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 934d7d8 + 0a9be6a commit 959fcf2Copy full SHA for 959fcf2
_includes/portfolio_grid.html
@@ -16,7 +16,7 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
16
<i class="fa fa-plus fa-3x"></i>
17
</div>
18
19
- <img src="img/portfolio/{{ post.thumbnail }}" class="img-responsive" alt="">
+ <img src="img/portfolio/{{ post.thumbnail }}" class="img-responsive img-centered" alt="">
20
</a>
21
<div class="portfolio-caption">
22
<h4>{{ post.title }}</h4>
@@ -26,4 +26,4 @@ <h4>{{ post.title }}</h4>
26
{% endfor %}
27
28
29
- </section>
+ </section>
0 commit comments