We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3104d26 commit c8ef7d1Copy full SHA for c8ef7d1
roots-nextdatagov/templates/content-all-apps-pagination.php
@@ -284,7 +284,10 @@ class="scale-with-grid" <?php } ?>
284
</div>
285
<?php if (sizeof($apparray[$i]['agencies'])):?>
286
<div class="app-agencies">
287
- Agencies: <i><?php echo join('; ',$apparray[$i]['agencies'])?></i>
+ <br />
288
+ <small>
289
+ Agencies: <i><?php echo join('; ',$apparray[$i]['agencies'])?></i>
290
+ </small>
291
292
<?php endif;?>
293
0 commit comments