mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-18 16:05:46 +03:00
style badge grid into a grid.
This commit is contained in:
parent
b968c967a7
commit
407dcc8d22
2 changed files with 30 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue