Skip to content

Commit

Permalink
Revert "Revert "Use bootstrap img-responsive class for thumbs.""
Browse files Browse the repository at this point in the history
This reverts commit 6c65ac9.
  • Loading branch information
Ari Epstein committed Feb 13, 2015
1 parent 6c65ac9 commit 4790b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Expand Up @@ -4,7 +4,7 @@ layout: default

<div class="col-md-4 col-sm-6">
<div class="thumbnail">
<img src="images/resources.jpg" style="max-width=100%; max-height: 211px;" alt="#">
<img src="images/resources.jpg" class="img-responsive" alt="#">
<div class="caption">
<h3>Resources</h3>
<p>View a list of open government resources operated by the various branches of state government.</p>
Expand All @@ -14,7 +14,7 @@ layout: default
</div>
<div class="col-md-4 col-sm-6">
<div class="thumbnail">
<img src="images/law.jpg" style="max-width=100%; max-height: 211px;" alt="#">
<img src="images/law.jpg" class="img-responsive" alt="#">
<div class="caption">
<h3>Laws</h3>
<p>View a list of laws which impact the use and disclosure of government data.</p>
Expand All @@ -24,7 +24,7 @@ layout: default
</div>
<div class="col-md-4 col-sm-6">
<div class="thumbnail">
<img src="images/bill.jpg" style="max-width=100%; max-height: 211px;" alt="#">
<img src="images/bill.jpg" class="img-responsive" alt="#">
<div class="caption">
<h3>Bills</h3>
<p>View a list of bills being considered by the state legislature which affect technology, use of data, disclosure of information, and more.</p>
Expand Down

0 comments on commit 4790b66

Please sign in to comment.