Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Centered images in portfolio.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbroberg committed May 30, 2015
1 parent ab15c12 commit 8f9119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/portfolio_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Projects We've Built Together</h2>
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/{{ post.img }}" class="img-responsive" alt="{{ post.alt }}">
<img src="img/portfolio/{{ post.img }}" class="img-responsive img-centered" alt="{{ post.alt }}">
</a>
</div>
{% endfor %}
Expand Down

0 comments on commit 8f9119f

Please sign in to comment.