improve more card styles

This commit is contained in:
2022-12-03 22:09:32 -05:00
parent faacf80b51
commit ef0d644ee3
31 changed files with 103 additions and 101 deletions

View File

@ -133,7 +133,7 @@
</:ammo_type>
</.live_component>
<% else %>
<div class="flex flex-wrap justify-center items-center">
<div class="flex flex-wrap justify-center items-stretch">
<%= for ammo_group <- @ammo_groups do %>
<.ammo_group_card ammo_group={ammo_group} />
<% end %>