style badge grid into a grid.

This commit is contained in:
Kelly Dwan 2019-10-27 13:01:12 -04:00
parent b968c967a7
commit 407dcc8d22
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 30 additions and 8 deletions

View file

@ -71,7 +71,7 @@ get_header(); ?>
?>
<li>
<div class="badge item dashicons <?php echo esc_attr( implode( ' ', $badge_classes ) ); ?>"></div>
<?php echo esc_html( $team ); ?>
<span class="badge-label"><?php echo esc_html( $team ); ?></span>
</li>
<?php endforeach; ?>
</ul>