Skip to content

Commit

Permalink
Image thumbnail should be centered.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajathkmp committed Sep 26, 2015
1 parent 43a0c08 commit 0a9be6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/portfolio_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/{{ post.thumbnail }}" class="img-responsive" alt="">
<img src="img/portfolio/{{ post.thumbnail }}" class="img-responsive img-centered" alt="">
</a>
<div class="portfolio-caption">
<h4>{{ post.title }}</h4>
Expand All @@ -26,4 +26,4 @@ <h4>{{ post.title }}</h4>
{% endfor %}
</div>
</div>
</section>
</section>

0 comments on commit 0a9be6a

Please sign in to comment.