Skip to content

Commit 0a9be6a

Browse files
committed
Image thumbnail should be centered.
1 parent 43a0c08 commit 0a9be6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/portfolio_grid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
1616
<i class="fa fa-plus fa-3x"></i>
1717
</div>
1818
</div>
19-
<img src="img/portfolio/{{ post.thumbnail }}" class="img-responsive" alt="">
19+
<img src="img/portfolio/{{ post.thumbnail }}" class="img-responsive img-centered" alt="">
2020
</a>
2121
<div class="portfolio-caption">
2222
<h4>{{ post.title }}</h4>
@@ -26,4 +26,4 @@ <h4>{{ post.title }}</h4>
2626
{% endfor %}
2727
</div>
2828
</div>
29-
</section>
29+
</section>

0 commit comments

Comments
 (0)