Adjust spacing

This commit is contained in:
Jason Zimdars
2025-06-26 20:14:22 -05:00
parent d81e8b9118
commit fe8e73015c
@@ -5,7 +5,7 @@
<% if collection = filter.single_collection || Current.user.collections.first %>
<%= button_to collection_cards_path(collection), method: :post, class: "card card--new-card-button btn", form_class: "full-width" do %>
<div class="card__body gap-half justify-center txt-xx-large margin-block-half">
<div class="gap-half justify-center txt-xx-large pad-block margin-block-half">
<%= icon_tag "add" %>
<span>Add a new card</span>
</div>