Skip to content

Commit

Permalink
fix missing row-fluid class in About section
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermachado committed Aug 22, 2018
1 parent 0552788 commit 45146c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homepages/templates/inn.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<div class="span12">
<h5>INN is a network of more than 180 nonprofit newsrooms across the U.S., working to strengthen the sources of trusted news for thousands of diverse communities.</h5>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<a href="/about/"><img class="icon" src="<? echo $img_path . 'icons/mission.svg'; ?>" /></a>
<h5><a href="/about/">Mission</a></h5>
Expand Down

0 comments on commit 45146c3

Please sign in to comment.