Skip to content

Commit 959fcf2

Browse files
committed
Merge pull request y7kim#24 from rajathkumarmp/patch-1
Image thumbnail should be centered.
2 parents 934d7d8 + 0a9be6a commit 959fcf2

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)